HomeSort by relevance Sort by last modified time
    Searched refs:utf8_to_utf16 (Results 1 - 8 of 8) 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);
  /frameworks/native/include/utils/
Unicode.h 164 void utf8_to_utf16(const uint8_t* src, size_t srcLen, char16_t* dst);
  /frameworks/native/libs/utils/tests/
Unicode_test.cpp 99 utf8_to_utf16(str, sizeof(str), output);
  /frameworks/native/libs/utils/
String16.cpp 80 utf8_to_utf16(u8cur, u8len, u16str);
Unicode.cpp 571 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 616 utf8_to_utf16(u8str, u8len, u16str);
    [all...]

Completed in 368 milliseconds