Home
last modified time | relevance | path

Searched refs:utf8_to_utf16 (Results 1 – 7 of 7) sorted by relevance

/external/libmtp/src/
Dunicode.h37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
Dunicode.c112 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() function
Dplaylist-spl.c458 char *const t = (char*) utf8_to_utf16(device, p->text); in write_from_spl_text_t()
/external/f2fs-tools/lib/
Dlibf2fs.c103 int utf8_to_utf16(u_int16_t *output, const char *input, size_t outsize, in utf8_to_utf16() function
/external/f2fs-tools/include/
Df2fs_fs.h953 extern int utf8_to_utf16(u_int16_t *, const char *, size_t, size_t);
/external/libcxx/src/
Dlocale.cpp1880 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
2001 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3976 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4051 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4126 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
/external/f2fs-tools/mkfs/
Df2fs_format.c372 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()