HomeSort by relevance Sort by last modified time
    Searched refs:strncpy16to8 (Results 1 - 2 of 2) sorted by null

  /system/core/libcutils/include/cutils/
jstring.h 34 extern char * strncpy16to8 (char *dest, const char16_t*s, size_t n);
  /system/core/libcutils/
strdup16to8.c 38 * to allocate a destination buffer to strncpy16to8 which
109 extern char* strncpy16to8(char* utf8Str, const char16_t* utf16Str, size_t len) function
168 strncpy16to8 (ret, s, n);

Completed in 77 milliseconds