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

  /system/core/libutils/
String16.cpp 54 static char16_t* allocFromUTF8(const char* u8str, size_t u8len)
145 : mString(allocFromUTF8(o.string(), o.size()))
150 : mString(allocFromUTF8(o, strlen(o)))
155 : mString(allocFromUTF8(o, len))
String8.cpp 81 static char* allocFromUTF8(const char* in, size_t len)
172 : mString(allocFromUTF8(o, strlen(o)))
180 : mString(allocFromUTF8(o, len))
254 const char *newString = allocFromUTF8(other, strlen(other));
265 const char *newString = allocFromUTF8(other, len);

Completed in 69 milliseconds