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

  /src/sys/fs/hfs/
unicode.c 133 utf16_to_utf8(char *dst, size_t dst_len, function
  /src/sbin/gpt/
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/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 69 milliseconds