Home
last modified time | relevance | path

Searched defs:wstr (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetc_unlocked.c31 const char *wstr = "a"; in getc_unlocked_0100() local
H A Dswscanf.c30 wchar_t wstr[] = L"swscanf 123"; in swscanf_0100() local
54 wchar_t wstr[] = L"swscanf 123"; in swscanf_0200() local
78 wchar_t wstr[] = L"swscanf 123"; in swscanf_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dreadlink.c31 char *wstr = "this is a test\n"; in readlink_0100() local
64 char *wstr = "this is a test\n"; in readlink_0200() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkStrUtil.cpp61 LPCWSTR wstr; member
66 std::ostream& operator<< (std::ostream& str, const WStr& wstr) in operator <<() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dwin32_init.c58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() argument
[all...]
/third_party/openssl/apps/lib/
H A Dwin32_init.c58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() argument
[all...]
/third_party/lame/frontend/
H A Dmain.c293 wchar_t* wstr = malloc( n*sizeof(wstr[0]) ); in mbsToUnicode() local
304 static char *unicodeToMbs(const wchar_t *wstr, int code_page) in unicodeToMbs() argument
320 wchar_t* wstr = mbsToUnicode(str, cp_from); mbsToMbs() local
336 unicodeToUtf8(const wchar_t *wstr) unicodeToUtf8() argument
369 wchar_t* wstr = malloc( (n+1)*sizeof(wstr[0]) ); utf8ToUtf16() local
436 wchar_t* wstr = _wgetenv(wvar); lame_getenv() local
[all...]
/third_party/python/Modules/
H A D_testinternalcapi.c409 wchar_t *wstr; in encode_locale_ex() local
466 wchar_t *wstr = NULL; in decode_locale_ex() local
H A D_cursesmodule.c755 wchar_t wstr[2]; in _curses_window_addch_impl() local
827 wchar_t *wstr in _curses_window_addstr_impl() local
367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, PyObject **bytes, wchar_t **wstr) PyCurses_ConvertToString() argument
910 wchar_t *wstr = NULL; _curses_window_addnstr_impl() local
1828 wchar_t *wstr = NULL; _curses_window_insstr_impl() local
1913 wchar_t *wstr = NULL; _curses_window_insnstr_impl() local
[all...]
/third_party/python/Include/cpython/
H A Dunicodeobject.h205 wchar_t *wstr; /* wchar_t representation (null-terminated) */ member
687 wchar_t *wstr = _PyASCIIObject_CAST(op)->wstr; PyUnicode_AS_UNICODE() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc() argument
/third_party/python/Python/
H A Dtraceback.c1096 wchar_t *wstr = NULL; in _Py_DumpASCII() local
H A Dfileutils.c390 decode_ascii(const char *arg, wchar_t **wstr, size_t *wlen, in decode_ascii() argument
442 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale() argument
589 _Py_DecodeLocaleEx(const char* arg, wchar_t **wstr, size_t *wlen, in _Py_DecodeLocaleEx() argument
653 wchar_t *wstr; Py_DecodeLocale() local
[all...]
H A Dinitconfig.c1218 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstr() local
1259 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstrlist() local
1593 config_wstr_to_int(const wchar_t *wstr, int *result) in config_wstr_to_int() argument
[all...]
/third_party/openssl/engines/
H A De_capi.c1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc() argument
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc5219 wchar_t* wstr = nullptr; in TEST() local
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc924 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, in StreamWideCharsToMessage() argument
982 Message& Message::operator <<(const ::std::wstring& wstr) { in operator <<() argument
/third_party/python/Objects/
H A Dunicodeobject.c1093 wchar_t *wstr; in resize_inplace() local
3194 const wchar_t *wstr = _PyUnicode_WSTR(unicode); unicode_copy_as_widechar() local
3733 wchar_t *wstr = PyUnicode_AsWideCharString(unicode, &wlen); unicode_encode_locale() local
3967 wchar_t *wstr; unicode_decode_locale() local
4247 const Py_UNICODE *wstr; _PyUnicode_AsUnicode() local
5264 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, const char **reason, _Py_error_handler errors) _Py_DecodeUTF8Ex() argument
5376 wchar_t *wstr; _Py_DecodeUTF8_surrogateescape() local
12341 const wchar_t *wstr = _PyUnicode_WSTR(self); PyUnicode_IsIdentifier() local
15879 encode_wstr_utf8(wchar_t *wstr, char **str, const char *name) encode_wstr_utf8() argument
[all...]

Completed in 48 milliseconds