HomeSort by relevance Sort by last modified time
    Searched refs:utf16_to_utf8 (Results 1 - 15 of 15) sorted by null

  /external/libmtp/src/
unicode.h 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
unicode.c 79 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) function
playlist-spl.c 406 tail->text = utf16_to_utf8(device, (uint16_t*) w);
libmtp.c     [all...]
  /external/u-boot/include/
charset.h 51 * utf16_to_utf8() - Convert an utf16 string to utf8
64 uint8_t *utf16_to_utf8(uint8_t *dest, const uint16_t *src, size_t size);
  /external/u-boot/lib/
charset.c 49 uint8_t *utf16_to_utf8(uint8_t *dest, const uint16_t *src, size_t size) function
vsprintf.c 285 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8;
  /external/u-boot/lib/efi_loader/
efi_variable.c 114 native = (char *)utf16_to_utf8((u8 *)native, (u16 *)variable_name, len);
efi_file.c 141 utf16_to_utf8((u8 *)f0, (u16 *)file_name, 1);
167 utf16_to_utf8((u8 *)p, (u16 *)file_name, flen);
efi_console.c 129 *utf16_to_utf8((u8 *)buf, string, n16) = '\0';
  /external/f2fs-tools/include/
f2fs_fs.h     [all...]
  /external/f2fs-tools/lib/
libf2fs.c 208 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, function
  /external/libcxx/src/
locale.cpp 1737 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
1814 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
    [all...]
  /external/f2fs-tools/fsck/
mount.c 293 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 244 utf16_to_utf8(tags.string(), tagSize, attributes->tags,
    [all...]

Completed in 1421 milliseconds