/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | getc_unlocked.c | 31 const char *wstr = "a"; in getc_unlocked_0100() local
|
H A D | swscanf.c | 30 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 D | readlink.c | 31 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 D | vkStrUtil.cpp | 61 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 D | win32_init.c | 58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() argument [all...] |
/third_party/openssl/apps/lib/ |
H A D | win32_init.c | 58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() argument [all...] |
/third_party/lame/frontend/ |
H A D | main.c | 293 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.c | 409 wchar_t *wstr; in encode_locale_ex() local 466 wchar_t *wstr = NULL; in decode_locale_ex() local
|
H A D | _cursesmodule.c | 755 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 D | unicodeobject.h | 205 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 D | e_capi.c | 1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc() argument
|
/third_party/python/Python/ |
H A D | traceback.c | 1096 wchar_t *wstr = NULL; in _Py_DumpASCII() local
|
H A D | fileutils.c | 390 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 D | initconfig.c | 1218 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 D | e_capi.c | 1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc() argument
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 5219 wchar_t* wstr = nullptr; in TEST() local
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 924 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 D | unicodeobject.c | 1093 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...] |