Home
last modified time | relevance | path

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

123

/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
Dpath.charconv.pass.cpp60 const wchar_t wstr[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
230 const wchar_t wstr[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
232 const wchar_t wstr[] = { 0x10437, 0x00 }; in test_wide_unicode() local
276 const wchar_t wstr[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
278 const wchar_t wstr[] = { 0x10437, 0x00 }; in test_append() local
310 const wchar_t wstr[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
312 const wchar_t wstr[] = { 0x10437, 0x00 }; in test_concat() local
/external/cronet/base/strings/
Dutf_ostream_operators.cc10 std::ostream& std::operator<<(std::ostream& out, const wchar_t* wstr) { in operator <<()
14 std::ostream& std::operator<<(std::ostream& out, std::wstring_view wstr) { in operator <<()
18 std::ostream& std::operator<<(std::ostream& out, const std::wstring& wstr) { in operator <<()
/external/pdfium/testing/
Dfx_string_testhelpers.cpp40 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString()
46 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) { in GetPlatformWString()
63 ScopedFPDFWideString GetFPDFWideString(const std::wstring& wstr) { in GetFPDFWideString()
/external/cronet/third_party/libc++/src/test/libcxx/strings/basic.string/string.capacity/
Dmax_size.pass.cpp40 std::wstring wstr; in full_size() local
61 std::wstring wstr; in half_size() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.cpp62 LPCWSTR wstr; member
69 std::ostream &operator<<(std::ostream &str, const WStr &wstr) in operator <<()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DUtil.cpp27 std::wstring wstr(size_needed, 0); in GrD3DMultiByteToWide() local
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dlit.cpp71 std::basic_string<wchar_t> wstr(L"abc"); in main() local
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwide_char.cc33 std::string WideCharToUtf8(const std::wstring& wstr) { in WideCharToUtf8()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dload_system_roots_windows.cc42 std::string Utf8Encode(const std::wstring& wstr) { in Utf8Encode()
/external/pdfium/core/fxcrt/
Dfx_string_unittest.cpp113 WideString wstr; in TEST() local
130 WideString wstr; in TEST() local
144 WideString wstr; in TEST() local
Dfx_codepage.cpp294 WideStringView wstr, in FX_WideCharToMultiByte()
Dwidestring.cpp944 WideString wstr; in FromDefANSI() local
960 WideString WideString::FromUTF16LE(const unsigned short* wstr, size_t wlen) { in FromUTF16LE()
975 WideString WideString::FromUTF16BE(const unsigned short* wstr, size_t wlen) { in FromUTF16BE()
/external/clang/test/SemaCXX/
Dtype-convert-construct.cpp27 wchar_t *wstr; in f() local
Dstring-plus-char.cpp24 wchar_t *wstr; in f() local
/external/libcups/cups/
Dpwg-media.c762 char wstr[32], lstr[32]; /* Width and length as strings */ in pwgMediaForPPD() local
872 char wstr[32], lstr[32]; /* Width and length strings */ in pwgMediaForPWG() local
939 char wstr[32], lstr[32]; /* Width and length as strings */ in _pwgMediaNearSize() local
/external/rust/crates/regex-automata/src/
Dcodegen.rs16 macro_rules! wstr { macro
/external/libcxx/test/std/re/re.results/re.results.form/
Dform3.pass.cpp30 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
Dform2.pass.cpp31 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
/external/cronet/third_party/libc++/src/test/std/re/re.results/re.results.form/
Dform3.pass.cpp56 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
Dform2.pass.cpp63 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
/external/webrtc/rtc_base/
Dstring_utils.h90 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8()
/external/webrtc/rtc_base/system/
Dfile_wrapper.cc34 std::wstring wstr(len, 0); in FileOpen() local
/external/python/cpython3/Modules/
D_testinternalcapi.c409 wchar_t *wstr; in encode_locale_ex() local
466 wchar_t *wstr = NULL; in decode_locale_ex() local
/external/cronet/components/metrics/
Dmotherboard.cc85 std::wstring wstr(V_BSTR(variant.ptr()), len); in ReadStringMember() local
/external/python/cpython3/Python/
Dfileutils.c390 decode_ascii(const char *arg, wchar_t **wstr, size_t *wlen, in decode_ascii()
442 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale()
589 _Py_DecodeLocaleEx(const char* arg, wchar_t **wstr, size_t *wlen, in _Py_DecodeLocaleEx()
653 wchar_t *wstr; in Py_DecodeLocale() local

123