Searched refs:utf16_to_utf8 (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | unicode.h | 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
|
D | unicode.c | 78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8() function
|
D | playlist-spl.c | 407 tail->text = utf16_to_utf8(device, (uint16_t*) w); in read_into_spl_text_t()
|
D | libmtp.c | 3601 *unicstring = utf16_to_utf8(device, tmp); in get_device_unicode_property()
|
/external/libcxx/src/ |
D | locale.cpp | 1796 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function 1873 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function 3186 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 4028 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4103 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4178 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
|