ICU 64.2
64.2
|
Functions | |
int32_t | u_strlen (const UChar *s) |
Determine the length of an array of UChar. More... | |
int32_t u_strlen | ( | const UChar * | s | ) |
Determine the length of an array of UChar.
s | The array of UChars, NULL (U+0000) terminated. |
chars
, minus the terminator. Referenced by icu::UnicodeString::endsWith(), and icu::UnicodeString::startsWith().