Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libutils/binder/
H A DString16.cpp82 char16_t* String16::allocFromUTF16(const char16_t* u16str, size_t u16len) { in allocFromUTF16() function in android::String16
H A DString8.cpp73 static char* allocFromUTF16(const char16_t* in, size_t len) in allocFromUTF16() function