Searched refs:utf16_to_utf8 (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/include/utils/ |
D | Unicode.h | 111 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len);
|
/system/core/adb/client/ |
D | fastdeploy.cpp | 155 utf16_to_utf8(input, input_len, &*utf8.begin(), utf8_length + 1); in get_string_from_utf16()
|
/system/core/libutils/ |
D | Unicode.cpp | 328 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len) in utf16_to_utf8() function
|
D | String8.cpp | 94 utf16_to_utf8(in, len, resultStr, resultStrLen); in allocFromUTF16()
|