[Overview][Procedures and functions][Index] |
Gets the length of the UTF-16 character in the specified PWideChar value as a number Word values.
Source position: lazutf16.pas line 38
function UTF16CharacterLength( |
p: PWideChar |
):Integer; |
p |
|
PWideChar value examined in the routine. |
Length of the UTF-16 character in the specified value, or 0 when Nil.
Uses the endian-ness for the platform. UTF16CharacterLength checks the first Word value in p to determine the return value for the routine, and can contain:
Version 4.0 | Generated 2025-05-03 | Home |