Unit 'UTF8Utils' Package
[Overview][Types][Procedures and functions][Variables][Index] [#rtl-unicode]

Utf8TryFindCodepointStart

Declaration

Source position: utf8utils.pp line 101

function Utf8TryFindCodepointStart(

  AString: PAnsiChar;

  var CurPos: PAnsiChar;

  out CodepointLen: Integer

):Boolean;

function Utf8TryFindCodepointStart(

  const AString: AnsiString;

  var Index: Integer;

  out CharLen: Integer

):Boolean;


Documentation generated on: 2025-07-25