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.4 | Generated 2025-11-08 | Home |