Home
last modified time | relevance | path

Searched defs:wstr (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
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
Dgetc_unlocked.c31 const char *wstr = "a"; in getc_unlocked_0100() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkStrUtil.cpp57 LPCWSTR wstr; member
62 std::ostream& operator<< (std::ostream& str, const WStr& wstr) in operator <<()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dreadlink.c30 char *wstr = "this is a test\n"; in readlink_0100() local
63 char *wstr = "this is a test\n"; in readlink_0200() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmessagebox.cpp40 wchar_t * wstr = WIN_UTF8ToString(str); variable
/third_party/flutter/engine/flutter/fml/platform/win/
Dwstring_conversion.h31 inline std::string WideStringToString(const std::wstring& wstr) { in WideStringToString()
/third_party/cef/libcef/common/
Dapp_manager.cc101 const std::wstring wstr = module.value(); in GetResourceDllName() local
/third_party/openssl/apps/lib/
Dwin32_init.c58 static int process_glob(WCHAR *wstr, int wlen) in process_glob()
/third_party/cef/libcef_dll/wrapper/
Dcef_zip_archive.cc23 std::wstring wstr = str; in ToLower() local
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c70 gunichar2 *wstr = NULL; in guid_to_string() local
Dgstdirectsoundsrc.c379 gunichar2 *wstr; in string_to_guid() local
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c70 gunichar2 *wstr = NULL; in guid_to_string() local
Dgstdirectsoundsink.c404 gunichar2 *wstr; in string_to_guid() local
/third_party/python/Python/
Dfileutils.c384 decode_ascii(const char *arg, wchar_t **wstr, size_t *wlen, in decode_ascii()
436 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale()
583 _Py_DecodeLocaleEx(const char* arg, wchar_t **wstr, size_t *wlen, in _Py_DecodeLocaleEx()
647 wchar_t *wstr; in Py_DecodeLocale() local
Dinitconfig.c1156 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstr() local
1197 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstrlist() local
1643 config_wstr_to_int(const wchar_t *wstr, int *result) in config_wstr_to_int()
Dtraceback.c686 wchar_t *wstr = NULL; in _Py_DumpASCII() local
/third_party/cef/libcef_dll/base/
Dcef_logging.cc259 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) { in operator <<()
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc102 CefString wstr = std::string(str); in xmlCharToString() local
/third_party/python/Modules/
D_cursesmodule.c363 PyObject **bytes, wchar_t **wstr) in PyCurses_ConvertToString()
749 wchar_t wstr[2]; in _curses_window_addch_impl() local
821 wchar_t *wstr = NULL; in _curses_window_addstr_impl() local
904 wchar_t *wstr = NULL; in _curses_window_addnstr_impl() local
1822 wchar_t *wstr = NULL; in _curses_window_insstr_impl() local
1907 wchar_t *wstr = NULL; in _curses_window_insnstr_impl() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvrawpay.c144 gchar *wstr, *hstr; in gst_rtp_vraw_pay_setcaps() local
Dgstrtptheorapay.c362 gchar *wstr, *hstr, *configuration; in gst_rtp_theora_pay_finish_headers() local
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc449 std::unique_ptr<WCHAR[]> wstr(new WCHAR[size]); in mbs_to_wcs() local
/third_party/python/Include/cpython/
Dunicodeobject.h218 wchar_t *wstr; /* wchar_t representation (null-terminated) */ member
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2client.cpp498 convert_wstring_to_string (const std::wstring &wstr) in convert_wstring_to_string()
/third_party/python/Objects/
Dunicodeobject.c1112 wchar_t *wstr; in resize_inplace() local
3248 const wchar_t *wstr = _PyUnicode_WSTR(unicode); in unicode_copy_as_widechar() local
3803 wchar_t *wstr = PyUnicode_AsWideCharString(unicode, &wlen); in unicode_encode_locale() local
4037 wchar_t *wstr; in unicode_decode_locale() local
4317 const Py_UNICODE *wstr; in _PyUnicode_AsUnicode() local
5350 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, in _Py_DecodeUTF8Ex()
5462 wchar_t *wstr; in _Py_DecodeUTF8_surrogateescape() local
12656 const wchar_t *wstr = _PyUnicode_WSTR(self); in PyUnicode_IsIdentifier() local
16144 encode_wstr_utf8(wchar_t *wstr, char **str, const char *name) in encode_wstr_utf8()

12