[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Fast version of UTF8CodepointSize.
Source position: lazutf8.pas line 79
function UTF8CodepointSizeFast( |
p: PChar |
):Integer; |
p |
|
Encoded values to examine in the function. |
Number of bytes for the codepoint.
Fast version of UTF8CodepointSize. Assumes the UTF-8 codepoint is valid. The return value is for a single codepoint.
Version 4.0 | Generated 2025-05-03 | Home |