numCharactersRaw overloads
Declared in <bdlde_utf8util.h>
Return the Unicode code-point count in string.
static
Utf8Util::IntPtr
numCharactersRaw(char const* string);
» more...
Return the Unicode code-point count in a bounded string.
static
Utf8Util::IntPtr
numCharactersRaw(
char const* string,
size_type length);
» more...
number of Unicode code points in string
| Name | Description |
|---|---|
| string | null-terminated valid UTF-8 input |
| length | length of string in bytes |