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

  /system/core/libutils/
String8.cpp 78 static char* allocFromUTF8(const char* in, size_t len)
165 : mString(allocFromUTF8(o, strlen(o)))
173 : mString(allocFromUTF8(o, len))
242 const char *newString = allocFromUTF8(other, strlen(other));
253 const char *newString = allocFromUTF8(other, len);
String16.cpp 59 static char16_t* allocFromUTF8(const char* u8str, size_t u8len)
152 : mString(allocFromUTF8(o.string(), o.size()))
157 : mString(allocFromUTF8(o, strlen(o)))
162 : mString(allocFromUTF8(o, len))

Completed in 48 milliseconds