Searched refs:utf8_to_utf16 (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | unicode.h | 37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
|
D | unicode.c | 111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() function
|
D | playlist-spl.c | 459 char *const t = (char*) utf8_to_utf16(device, p->text); in write_from_spl_text_t()
|
/external/libcxx/src/ |
D | locale.cpp | 1936 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function 2057 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function 3189 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 4032 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in() 4107 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in() 4182 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
|