Home
last modified time | relevance | path

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

/system/core/libutils/
DString8.cpp101 static char* allocFromUTF16(const char16_t* in, size_t len) in allocFromUTF16() function
187 : mString(allocFromUTF16(o.string(), o.size())) in String8()
192 : mString(allocFromUTF16(o, strlen16(o))) in String8()
197 : mString(allocFromUTF16(o, len)) in String8()
270 const char *newString = allocFromUTF16(other, len); in setTo()