Searched refs:allocFromUTF8 (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DString8.cpp79 static char* allocFromUTF8(const char* in, size_t len) function in namespace:android
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);
H A DString16.cpp62 static char16_t* allocFromUTF8(const char* u8str, size_t u8len) function in namespace:android
142 : mString(allocFromUTF8(o.string(), o.size()))
147 : mString(allocFromUTF8(o, strlen(o)))
152 : mString(allocFromUTF8(o, len))

Completed in 128 milliseconds