/external/libmtp/src/ |
unicode.h | 37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
|
unicode.c | 111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) function
|
playlist-spl.c | 459 char *const t = (char*) utf8_to_utf16(device, p->text);
|
/system/core/include/utils/ |
Unicode.h | 164 void utf8_to_utf16(const uint8_t* src, size_t srcLen, char16_t* dst);
|
/system/core/libutils/tests/ |
Unicode_test.cpp | 99 utf8_to_utf16(str, sizeof(str), output);
|
/system/core/libutils/ |
String16.cpp | 77 utf8_to_utf16(u8cur, u8len, u16str);
|
Unicode.cpp | 571 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 1849 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function 1970 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 632 utf8_to_utf16(u8str, u8len, u16str); [all...] |