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

  /system/core/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
107 extern char* strncpy16to8(char* utf8Str, const char16_t* utf16Str, size_t len) function
165 strncpy16to8 (ret, s, n);
  /hardware/ril/libril/
ril.cpp 401 if (strncpy16to8(str, s16, strLen) == NULL) {
    [all...]

Completed in 9547 milliseconds