Searched refs:allocFromUTF8 (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libutils/ |
H A D | String8.cpp | 60 static char* allocFromUTF8(const char* in, size_t len) in allocFromUTF8() function 138 : mString(allocFromUTF8(o, strlen(o))) in String8() 146 : mString(allocFromUTF8(o, len)) in String8() 218 const char *newString = allocFromUTF8(other, strlen(other)); in setTo() 229 const char *newString = allocFromUTF8(other, len); in setTo()
|
H A D | String16.cpp | 41 char16_t* String16::allocFromUTF8(const char* u8str, size_t u8len) in allocFromUTF8() function in android::String16 116 : mString(allocFromUTF8(o.string(), o.size())) in String16() 121 : mString(allocFromUTF8(o, strlen(o))) in String16() 126 : mString(allocFromUTF8(o, len)) in String16()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | String16.h | 125 static char16_t* allocFromUTF8(const char* u8str, size_t u8len);
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 7512 "function_name" : "android::String16::allocFromUTF8",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 7516 "function_name" : "android::String16::allocFromUTF8",
|