Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DString8.cpp44 static char* allocFromUTF8(const char* in, size_t len) in allocFromUTF8() function
119 : mString(allocFromUTF8(o, strlen(o))) in String8()
126 : mString(allocFromUTF8(o, len)) in String8()
186 const char *newString = allocFromUTF8(other, strlen(other)); in setTo()
195 const char *newString = allocFromUTF8(other, len); in setTo()
DString16.cpp32 static char16_t* allocFromUTF8(const char* u8str, size_t u8len) in allocFromUTF8() function
96 : mString(allocFromUTF8(o.string(), o.size())) in String16()
100 : mString(allocFromUTF8(o, strlen(o))) in String16()
104 : mString(allocFromUTF8(o, len)) in String16()