Searched refs:utf16_to_utf8 (Results 1 – 14 of 14) sorted by relevance
/external/libmtp/src/ |
D | unicode.h | 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
|
D | unicode.c | 79 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8() function
|
D | playlist-spl.c | 406 tail->text = utf16_to_utf8(device, (uint16_t*) w); in read_into_spl_text_t()
|
D | libmtp.c | 3943 *unicstring = utf16_to_utf8(device, tmp); in get_device_unicode_property()
|
/external/u-boot/include/ |
D | charset.h | 64 uint8_t *utf16_to_utf8(uint8_t *dest, const uint16_t *src, size_t size);
|
/external/u-boot/lib/ |
D | charset.c | 49 uint8_t *utf16_to_utf8(uint8_t *dest, const uint16_t *src, size_t size) in utf16_to_utf8() function
|
D | vsprintf.c | 285 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8; in string16()
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 141 utf16_to_utf8((u8 *)f0, (u16 *)file_name, 1); in file_open() 167 utf16_to_utf8((u8 *)p, (u16 *)file_name, flen); in file_open()
|
D | efi_variable.c | 114 native = (char *)utf16_to_utf8((u8 *)native, (u16 *)variable_name, len); in efi_to_native()
|
D | efi_console.c | 129 *utf16_to_utf8((u8 *)buf, string, n16) = '\0'; in efi_cout_output_string()
|
/external/libcxx/src/ |
D | locale.cpp | 1737 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function 1814 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function 3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3969 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4044 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4119 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 208 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, in utf16_to_utf8() function
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1132 extern int utf16_to_utf8(char *, const u_int16_t *, size_t, size_t);
|
/external/f2fs-tools/fsck/ |
D | mount.c | 293 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME); in DISP_label()
|