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

/system/core/include/cutils/
H A Djstring.h31 extern char * strncpy16to8 (char *dest, const char16_t*s, size_t n);
/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 281 milliseconds