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;