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

  /system/core/include/cutils/
jstring.h 35 extern char16_t * strcpy8to16 (char16_t *dest, const char*s, size_t *out_len);
  /system/core/libcutils/
strdup8to16.c 59 return strcpy8to16 (ret, s, out_len);
80 * expected, then start counting them because strcpy8to16
151 extern char16_t * strcpy8to16 (char16_t *utf16Str, const char*utf8Str, function

Completed in 117 milliseconds