/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 | 115 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst);
|
/system/core/libutils/ |
String8.cpp | 111 utf16_to_utf8(in, len, str);
|
Unicode.cpp | 333 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 1695 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function 1772 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function [all...] |