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

  /frameworks/native/libs/utils/
String8.cpp 79 static char* allocFromUTF8(const char* in, size_t len)
153 : mString(allocFromUTF8(o, strlen(o)))
161 : mString(allocFromUTF8(o, len))
230 const char *newString = allocFromUTF8(other, strlen(other));
241 const char *newString = allocFromUTF8(other, len);
String16.cpp 62 static char16_t* allocFromUTF8(const char* u8str, size_t u8len)
142 : mString(allocFromUTF8(o.string(), o.size()))
147 : mString(allocFromUTF8(o, strlen(o)))
152 : mString(allocFromUTF8(o, len))

Completed in 172 milliseconds