HomeSort by relevance Sort by last modified time
    Searched refs:utf8_to_utf16 (Results 1 - 12 of 12) sorted by null

  /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 162 void utf8_to_utf16(const uint8_t* src, size_t srcLen, char16_t* dst);
  /system/core/libutils/tests/
Unicode_test.cpp 101 utf8_to_utf16(str, sizeof(str), output);
  /frameworks/base/tools/aapt2/util/
Util.cpp 433 utf8_to_utf16(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.length(), &*utf16.begin());
  /system/core/libutils/
String16.cpp 75 utf8_to_utf16(u8cur, u8len, u16str);
Unicode.cpp 597 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) {
  /external/libcxx/src/
locale.cpp 1950 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
2071 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1932 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
2053 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 802 utf8_to_utf16(strData, strLen, (char16_t*)dst);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 779 utf8_to_utf16(u8str, u8len, u16str);
    [all...]

Completed in 672 milliseconds