webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
String Length
Functions
U_STABLE
int32_t
U_EXPORT2
u_strlen
(const
UChar
*
s
)
Detailed Description
Function Documentation
◆
u_strlen()
U_STABLE
int32_t
U_EXPORT2
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. ICU 2.0
Generated by
1.8.13