Returns a pointer to the position where SearchForText starts in SearchInText, or Nil when not found.
Source position: lazutf8.pas line 116
function UTF8PosP( |
SearchForText: PChar; |
SearchForTextLen: SizeInt; |
SearchInText: PChar; |
SearchInTextLen: SizeInt |
):PChar; |
SearchForText |
|
Pointer to the character(s) to locate in SearchInText. |
SearchForTextLen |
|
Number of bytes in SearchForText. |
SearchInText |
|
Pointer to the character values examined in the routine. |
SearchInTextLen |
|
Number of bytes in SearchInText. |
Pointer to the character value where SearchForText was located in SearchInText, or Nil when not found.
| Version 4.4 | Generated 2025-11-08 | Home |