HomeSort by: relevance | last modified time | path
    Searched refs:utf16_to_utf8 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/fs/hfs/
unicode.h 39 size_t utf16_to_utf8(char *, size_t, const uint16_t *, size_t, int, int *);
unicode.c 133 utf16_to_utf8(char *dst, size_t dst_len, function
hfs_vnops.c 909 namlen = utf16_to_utf8(curent.d_name, NAME_MAX,
  /src/sbin/gpt/
gpt.h 108 void utf16_to_utf8(const uint16_t *, size_t, uint8_t *, size_t);
backup.c 184 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name),
biosboot.c 224 utf16_to_utf8(ent->ent_name,
show.c 141 utf16_to_utf8(ent->ent_name,
225 utf16_to_utf8(ent->ent_name,
550 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf,
662 utf16_to_utf8(ent->ent_name,
gpt.c 131 utf16_to_utf8(const uint16_t *s16, size_t s16len, uint8_t *s8, size_t s8len) function
1133 utf16_to_utf8(ent->ent_name,
  /src/sbin/efi/
gptsubr.c 245 utf16_to_utf8(ent->ent_name, sizeof(ent->ent_name),
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 1750 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
1827 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
3140 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3219 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
4144 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4219 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4294 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 27 milliseconds