Searched defs:strncpy16to8 (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dstrdup16to8.c38 * to allocate a destination buffer to strncpy16to8 which
107 extern char* strncpy16to8(char* utf8Str, const char16_t* utf16Str, size_t len) function
165 strncpy16to8 (ret, s, n);

Completed in 24 milliseconds