/external/libmtp/src/ |
unicode.h | 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
|
unicode.c | 78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) function
|
playlist-spl.c | 407 tail->text = utf16_to_utf8(device, (uint16_t*) w);
|
libmtp.c | [all...] |
/system/core/include/utils/ |
Unicode.h | 113 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len);
|
/frameworks/base/tools/aapt2/util/ |
Util.cpp | 446 utf16_to_utf8(utf16.data(), utf16.length(), &*utf8.begin(), utf8Length + 1);
|
/system/core/libutils/ |
String8.cpp | 120 utf16_to_utf8(in, len, resultStr, resultStrLen);
|
Unicode.cpp | 355 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len)
|
/external/libcxx/src/ |
locale.cpp | 1796 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function 1873 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 1778 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function 1855 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 240 utf16_to_utf8(tags.string(), tagSize, attributes->tags, [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | [all...] |