Home
last modified time | relevance | path

Searched refs:wtf8 (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-idna.c222 TEST_IMPL(wtf8) { in TEST_IMPL() argument
H A Dtest-list.h575 TEST_DECLARE (wtf8)
1227 TEST_ENTRY (wtf8)
/libuv/docs/src/
H A Dmisc.rst916 .. c:function:: ssize_t uv_wtf8_length_as_utf16(const char* wtf8)
918 Get the length in characters of a NUL-terminated WTF-8 `wtf8` value
925 Convert NUL-terminated WTF-8 data in `wtf8` to UTF-16 (or UCS-2) data
/libuv/include/
H A Duv.h1942 UV_EXTERN ssize_t uv_wtf8_length_as_utf16(const char* wtf8);
1943 UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
/libuv/src/win/
H A Dfs.c1423 char* wtf8; in fs__scandir() local
1478 wtf8 = &dirent->d_name[0]; in fs__scandir()
1479 if (uv_utf16_to_wtf8(&info->FileName[0], wchar_len, &wtf8, &wtf8_len) != 0) in fs__scandir()
/libuv/
H A DChangeLog146 * unix,win: export wtf8 functions properly (Ben Noordhuis)

Completed in 43 milliseconds