Searched refs:utf8_to_utf16 (Results 1 – 10 of 10) sorted by relevance
/external/libmtp/src/ |
D | unicode.h | 37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
|
D | unicode.c | 112 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() function
|
D | playlist-spl.c | 458 char *const t = (char*) utf8_to_utf16(device, p->text); in write_from_spl_text_t()
|
/external/u-boot/include/ |
D | charset.h | 77 uint16_t *utf8_to_utf16(uint16_t *dest, const uint8_t *src, size_t size);
|
/external/u-boot/lib/ |
D | charset.c | 101 uint16_t *utf8_to_utf16(uint16_t *dest, const uint8_t *src, size_t size) in utf8_to_utf16() function
|
/external/u-boot/cmd/ |
D | bootefi.c | 122 utf8_to_utf16(loaded_image_info->load_options, (u8 *)env, size); in set_load_options()
|
/external/libcxx/src/ |
D | locale.cpp | 1891 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/ |
D | libf2fs.c | 122 int utf8_to_utf16(u_int16_t *output, const char *input, size_t outsize, in utf8_to_utf16() function
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1131 extern int utf8_to_utf16(u_int16_t *, const char *, size_t, size_t);
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 437 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()
|