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

  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase_win32.c 55 utf8_to_utf16(const char *utf8) function
84 wtmp = utf8_to_utf16(prompt);
  /src/sys/fs/hfs/
unicode.c 40 utf8_to_utf16(uint16_t *dst, size_t dst_len, function
  /src/sbin/gpt/
gpt.c 184 utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) function
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 1904 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
2025 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, function
3157 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3236 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
4162 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4237 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4312 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 1481 static int utf8_to_utf16(const char *src, struct MDB_name *dst, int xtra);
4265 return utf8_to_utf16(path, fname, no_suffix ? 0 : MDB_SUFFLEN);
10412 utf8_to_utf16(const char *src, MDB_name *dst, int xtra) function

Completed in 26 milliseconds