Home
last modified time | relevance | path

Searched refs:utf8_to_utf16 (Results 1 – 10 of 10) 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/u-boot/include/
Dcharset.h77 uint16_t *utf8_to_utf16(uint16_t *dest, const uint8_t *src, size_t size);
/external/u-boot/lib/
Dcharset.c101 uint16_t *utf8_to_utf16(uint16_t *dest, const uint8_t *src, size_t size) in utf8_to_utf16() function
/external/u-boot/cmd/
Dbootefi.c122 utf8_to_utf16(loaded_image_info->load_options, (u8 *)env, size); in set_load_options()
/external/libcxx/src/
Dlocale.cpp1891 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
2012 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3987 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4062 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4137 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
/external/f2fs-tools/lib/
Dlibf2fs.c122 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.h1131 extern int utf8_to_utf16(u_int16_t *, const char *, size_t, size_t);
/external/f2fs-tools/mkfs/
Df2fs_format.c437 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()