Home
last modified time | relevance | path

Searched refs:utf16len (Results 1 - 5 of 5) sorted by relevance

/third_party/libuv/src/win/
H A Dinternal.h262 int uv__convert_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char** utf8);
263 int uv__copy_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char* utf8, size_t *size);
H A Dutil.c1012 * If utf16 is null terminated, utf16len can be set to -1, otherwise it must
1015 int uv__convert_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char** utf8) { in uv__convert_utf16_to_utf8() argument
1022 return uv_utf16_to_wtf8(utf16, utf16len, utf8, &utf8_len); in uv__convert_utf16_to_utf8()
1058 * If utf16 is null terminated, utf16len can be set to -1, otherwise it must
1061 int uv__copy_utf16_to_utf8(const WCHAR* utf16buffer, size_t utf16len, char* utf8, size_t *size) { in uv__copy_utf16_to_utf8() argument
1068 *size = uv_utf16_length_as_wtf8(utf16buffer, utf16len); in uv__copy_utf16_to_utf8()
1072 r = uv_utf16_to_wtf8(utf16buffer, utf16len, &utf8, size); in uv__copy_utf16_to_utf8()
/third_party/node/deps/uv/src/win/
H A Dinternal.h271 int uv__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8);
H A Dutil.c1199 * If utf16 is null terminated, utf16len can be set to -1, otherwise it must
1202 int uv__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8) { in uv__convert_utf16_to_utf8() argument
1212 utf16len, in uv__convert_utf16_to_utf8()
1222 * NULL. If utf16len is not -1 WideCharToMultiByte will not add it, so in uv__convert_utf16_to_utf8()
1233 utf16len, in uv__convert_utf16_to_utf8()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp935 size_t utf16len = 0;
937 utf16len += SkUTF::ToUTF16(buffer[j]);
939 uint16_t* ptr = (uint16_t*)array.append(utf16len * sizeof(uint16_t));

Completed in 7 milliseconds