Searched refs:allocFromUTF8 (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/binder/ |
D | String8.cpp | 53 static char* allocFromUTF8(const char* in, size_t len) in allocFromUTF8() function 131 : mString(allocFromUTF8(o, strlen(o))) in String8() 139 : mString(allocFromUTF8(o, len)) in String8() 208 const char *newString = allocFromUTF8(other, strlen(other)); in setTo() 219 const char *newString = allocFromUTF8(other, len); in setTo()
|
D | String16.cpp | 54 char16_t* String16::allocFromUTF8(const char* u8str, size_t u8len) in allocFromUTF8() function in android::String16 128 String16::String16(const String8& o) : mString(allocFromUTF8(o.c_str(), o.size())) {} in String16() 131 : mString(allocFromUTF8(o, strlen(o))) in String16() 136 : mString(allocFromUTF8(o, len)) in String16()
|
/system/core/libutils/include/utils/ |
D | String16.h | 148 static char16_t* allocFromUTF8(const char* u8str, size_t u8len);
|
/system/core/libutils/binder/include/utils/ |
D | String16.h | 148 static char16_t* allocFromUTF8(const char* u8str, size_t u8len);
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 8703 "function_name" : "android::String16::allocFromUTF8",
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 8743 "function_name" : "android::String16::allocFromUTF8",
|