Home
last modified time | relevance | path

Searched refs:utf16_to_utf8 (Results 1 – 8 of 8) sorted by relevance

/external/libmtp/src/
Dunicode.h36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
Dunicode.c79 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8() function
Dplaylist-spl.c406 tail->text = utf16_to_utf8(device, (uint16_t*) w); in read_into_spl_text_t()
Dlibmtp.c3943 *unicstring = utf16_to_utf8(device, tmp); in get_device_unicode_property()
/external/f2fs-tools/lib/
Dlibf2fs.c189 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, in utf16_to_utf8() function
/external/f2fs-tools/include/
Df2fs_fs.h954 extern int utf16_to_utf8(char *, const u_int16_t *, size_t, size_t);
/external/libcxx/src/
Dlocale.cpp1726 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function
1803 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3958 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4033 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4108 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
/external/f2fs-tools/fsck/
Dmount.c136 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME); in DISP_label()