[Overview][Procedures and functions][Index] Reference for unit 'LazUTF16' (#lazutils)

UTF16Length

Gets the length for the specified value in UTF-16 characters.

Declaration

Source position: lazutf16.pas line 39

function UTF16Length(

  const s: widestring

):PtrInt; overload;

function UTF16Length(

  p: PWideChar;

  WordCount: PtrInt

):PtrInt; overload;