| [Overview][Types][Procedures and functions][Variables][Index] |
Source position: lazutf8.pas line 98
function Utf8TryFindCodepointStart( |
AString: PChar; |
var CurPos: PChar; |
out CodepointLen: Integer |
):Boolean; |
const AString: string; |
var Index: Integer; |
out CharLen: Integer |
):Boolean; |
| lazarus-ccr.sourceforge.net |