Searched refs:allocFromUTF16 (Results 1 – 1 of 1) sorted by relevance
103 static char* allocFromUTF16(const char16_t* in, size_t len) in allocFromUTF16() function189 : mString(allocFromUTF16(o.string(), o.size())) in String8()194 : mString(allocFromUTF16(o, strlen16(o))) in String8()199 : mString(allocFromUTF16(o, len)) in String8()277 const char *newString = allocFromUTF16(other, len); in setTo()