Searched defs:strnlen16to8 (Results 1 - 1 of 1) sorted by path

/system/core/libcutils/
H A Dstrdup16to8.c29 extern size_t strnlen16to8(const char16_t* utf16Str, size_t len) function
37 * Moreover, the result of a strnlen16to8 is typically used
43 * dst = malloc(strnlen16to8(utf16,len)+1)
112 * strnlen16to8() properly or at a minimum checked the result of
152 len = strnlen16to8(s, n);
156 * strnlen16to8 implementation.

Completed in 42 milliseconds