[Overview][Classes][Procedures and functions][Index] |
Gets the number of codepoints in the specified string.
Source position: lazunicode.pas line 45
function CodePointLength( |
const s: string |
):NativeInt; |
s |
|
UTF-encoded values examined in the function. |
Number of codepoints in the string.
Gets the number of codepoints in the specified string. For platforms that require UTF-16, UTF16Length is called to get the return value for the function. For other platforms, UTF8LengthFast is called to get the number of codepoints.
Version 4.0 | Generated 2025-05-03 | Home |