Home
last modified time | relevance | path

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

/third_party/musl/src/multibyte/
Dwcsrtombs.c5 const wchar_t *ws2; in wcsrtombs() local
9 for (n=0, ws2=*ws; *ws2; ws2++) { in wcsrtombs()
10 if (*ws2 >= 0x80u) { in wcsrtombs()
11 l = wcrtomb(buf, *ws2, 0); in wcsrtombs()
/third_party/lzma/CPP/7zip/UI/Console/
DConsole.manifest14 <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
15 <ws2:longPathAware>true</ws2:longPathAware></windowsSettings></application>
/third_party/node/test/parallel/
Dtest-webstreams-abort-controller.js145 const ws2 = createTestWritableStream(values); constant
150 addAbortSignal(ac.signal, ws2);
153 const writer2 = ws2.getWriter();
161 finished(ws2, common.mustCall((err) => {
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dgeneral.any.js151 const ws2 = new WritableStream(theSink); constant
152 const writer2 = ws2.getWriter();
181 const ws2 = new WritableStream(underlyingSink); constant
182 const writer2 = ws2.getWriter();
/third_party/python/Modules/
D_localemodule.c360 wchar_t *ws1 = NULL, *ws2 = NULL; in _locale_strcoll_impl() local
366 ws2 = PyUnicode_AsWideCharString(os2, NULL); in _locale_strcoll_impl()
367 if (ws2 == NULL) in _locale_strcoll_impl()
370 result = PyLong_FromLong(wcscoll(ws1, ws2)); in _locale_strcoll_impl()
374 if (ws2) PyMem_Free(ws2); in _locale_strcoll_impl()
/third_party/libwebsockets/
DCMakeLists.txt844 list(APPEND LIB_LIST_AT_END ws2.lib)