Searched refs:utf16_to_utf8 (Results 1 - 6 of 6) sorted by relevance

/external/libmtp/src/
H A Dunicode.h36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
H A Dunicode.c78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) function
H A Dplaylist-spl.c407 tail->text = utf16_to_utf8(device, (uint16_t*) w);
H A Dlibmtp.c3601 *unicstring = utf16_to_utf8(device, tmp);
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini-win32.c36 utf16_to_utf8(const wchar_t* wstring, int wstring_len) function
85 result = utf16_to_utf8 (msg, nchars);
/external/libcxx/src/
H A Dlocale.cpp1699 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
1776 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
3089 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3931 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4006 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4081 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 251 milliseconds