String Length

Functions

int32_t u_strlen (const UChar *s)
 Determine the length of an array of UChar.

Function Documentation

int32_t u_strlen ( const UChar s  ) 

Determine the length of an array of UChar.

Parameters:
s The array of UChars, NULL (U+0000) terminated.
Returns:
The number of UChars in chars, minus the terminator.
Stable:
ICU 2.0

Referenced by icu::UnicodeString::endsWith(), and icu::UnicodeString::startsWith().


Generated on 5 Feb 2019 for ICU 50.1.2 by  doxygen 1.6.1