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

/frameworks/base/libs/utils/
H A DString16.cpp273 static char16_t* allocFromUTF8(const char* in, size_t len) function in namespace:android
357 : mString(allocFromUTF8(o.string(), o.size()))
362 : mString(allocFromUTF8(o, strlen(o)))
367 : mString(allocFromUTF8(o, len))
H A DString8.cpp161 static char* allocFromUTF8(const char* in, size_t len) function in namespace:android
250 : mString(allocFromUTF8(o, strlen(o)))
258 : mString(allocFromUTF8(o, len))
305 mString = allocFromUTF8(other, strlen(other));
315 mString = allocFromUTF8(other, len);

Completed in 63 milliseconds