Home
last modified time | relevance | path

Searched refs:allocFromUTF32 (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DString8.cpp121 static char* allocFromUTF32(const char32_t* in, size_t len) in allocFromUTF32() function
202 : mString(allocFromUTF32(o, strlen32(o))) in String8()
207 : mString(allocFromUTF32(o, len)) in String8()
281 const char *newString = allocFromUTF32(other, len); in setTo()