[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

Utf8TryFindCodepointStart

Declaration

Source position: lazutf8.pas line 98

function Utf8TryFindCodepointStart(

  AString: PChar;

  var CurPos: PChar;

  out CodepointLen: Integer

):Boolean;

function Utf8TryFindCodepointStart(

  const AString: string;

  var Index: Integer;

  out CharLen: Integer

):Boolean;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.