Searched refs:strnlen16to8 (Results 1 - 2 of 2) sorted by relevance

/system/core/include/cutils/
H A Djstring.h30 extern size_t strnlen16to8 (const char16_t* s, size_t n);
/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 198 milliseconds