Searched refs:wstring (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/merge-nested-templates/
H A Db.h2 std::wstring::iterator j;
H A Dc.h2 std::wstring::iterator i;
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.h51 using std::wstring;
68 static bool SendRequest(const wstring &url,
69 const map<wstring, wstring> &parameters,
70 const wstring &upload_file,
71 const wstring &file_part_name,
73 wstring *response_body,
83 static bool ReadResponse(HINTERNET request, wstring* response);
86 static wstring GenerateMultipartBoundary();
89 static wstring GenerateRequestHeade
[all...]
H A Dguid_string.h41 using std::wstring;
47 static wstring GUIDToWString(GUID *guid);
53 static wstring GUIDToSymbolServerWString(GUID *guid);
H A Dpdb_source_line_writer.h49 using std::wstring;
56 wstring debug_file;
65 wstring debug_identifier;
69 wstring cpu;
76 wstring code_file;
84 wstring code_identifier;
102 bool Open(const wstring &file, FileFormat format);
111 bool SetCodeFile(const wstring &exe_file);
184 bool FileIDIsCached(const wstring &file) {
189 void CacheFileID(const wstring
[all...]
H A Dguid_string.cc43 wstring GUIDString::GUIDToWString(GUID *guid) {
56 return wstring(guid_string);
60 wstring GUIDString::GUIDToSymbolServerWString(GUID *guid) {
73 return wstring(guid_string);
H A Dhttp_upload.cc65 bool HTTPUpload::SendRequest(const wstring &url,
66 const map<wstring, wstring> &parameters,
67 const wstring &upload_file,
68 const wstring &file_part_name,
70 wstring *response_body,
138 wstring boundary = GenerateMultipartBoundary();
139 wstring content_type_header = GenerateRequestHeader(boundary);
197 bool HTTPUpload::ReadResponse(HINTERNET request, wstring *response) {
244 wstring HTTPUploa
[all...]
/external/google-breakpad/src/client/windows/sender/
H A Dcrash_report_sender.h50 using std::wstring;
68 explicit CrashReportSender(const wstring &checkpoint_file);
90 ReportResult SendCrashReport(const wstring &url,
91 const map<wstring, wstring> &parameters,
92 const wstring &dump_file_name,
93 wstring *report_code);
109 wstring checkpoint_file_;
/external/libcxx/test/std/re/re.traits/
H A Dlookup_collatename.pass.cpp118 test(L"NUL", std::wstring(L"\x00", 1));
119 test(L"alert", std::wstring(L"\x07"));
120 test(L"backspace", std::wstring(L"\x08"));
121 test(L"tab", std::wstring(L"\x09"));
122 test(L"carriage-return", std::wstring(L"\x0D"));
123 test(L"newline", std::wstring(L"\x0A"));
124 test(L"vertical-tab", std::wstring(L"\x0B"));
125 test(L"form-feed", std::wstring(L"\x0C"));
126 test(L"space", std::wstring(L" "));
127 test(L"exclamation-mark", std::wstring(
[all...]
/external/v8/tools/clang/empty_string/tests/
H A Dtest-expected.cc41 void TestWideTemporaries(const std::wstring& reference_argument,
42 const std::wstring value_argument) {
43 TestWideTemporaries(std::wstring(), std::wstring());
44 TestWideTemporaries(std::wstring(), std::wstring());
H A Dtest-original.cc41 void TestWideTemporaries(const std::wstring& reference_argument,
42 const std::wstring value_argument) {
44 TestWideTemporaries(std::wstring(L""), std::wstring(L""));
/external/libcxx/test/std/re/re.syn/
H A Dwsmatch.pass.cpp12 // typedef match_results<wstring::const_iterator> wsmatch;
20 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
H A Dwsregex_iterator.pass.cpp12 // typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
20 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
H A Dwsregex_token_iterator.pass.cpp12 // typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
20 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
H A Dwssub_match.pass.cpp12 // typedef sub_match<wstring::const_iterator> wssub_match;
20 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");
/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms.cc39 using std::wstring;
49 if (!writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) {
H A Ddump_syms_unittest.cc64 void TrimLastComponent(const std::wstring& path,
65 std::wstring* trimmed,
66 std::wstring* component) {
82 bool GetSelfDirectory(std::wstring* self_dir) {
83 std::wstring command_line = GetCommandLineW();
97 void RunCommand(const std::wstring& command_line,
153 void GetFileContents(const std::wstring& path, std::string* content) {
169 std::wstring self_dir;
177 std::wstring dump_syms_exe;
178 std::wstring testdata_di
[all...]
/external/libcxx/test/std/localization/locales/locale/locale.operators/
H A Dcompare.pass.cpp29 std::wstring s2(L"aaaaaaA");
30 std::wstring s3(L"BaaaaaA");
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscreen_capture_utils.h26 bool IsScreenValid(ScreenId screen, std::wstring* device_key);
31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
/external/libcxx/test/std/strings/basic.string.hash/
H A Denabled_hashes.pass.cpp25 test_hash_enabled_for_type<std::wstring>();
/external/libchrome/base/strings/
H A Dsys_string_conversions_posix.cc16 std::string SysWideToUTF8(const std::wstring& wide) {
21 std::wstring SysUTF8ToWide(const StringPiece& utf8) {
24 std::wstring out;
33 std::string SysWideToNativeMB(const std::wstring& wide) {
37 std::wstring SysNativeMBToWide(const StringPiece& native_mb) {
43 std::string SysWideToNativeMB(const std::wstring& wide) {
103 std::wstring SysNativeMBToWide(const StringPiece& native_mb) {
117 return std::wstring();
130 return std::wstring();
132 std::wstring ou
[all...]
H A Dsys_string_conversions.h34 BASE_EXPORT std::string SysWideToUTF8(const std::wstring& wide);
35 BASE_EXPORT std::wstring SysUTF8ToWide(const StringPiece& utf8);
40 BASE_EXPORT std::string SysWideToNativeMB(const std::wstring& wide);
41 BASE_EXPORT std::wstring SysNativeMBToWide(const StringPiece& native_mb);
50 BASE_EXPORT std::wstring SysMultiByteToWide(const StringPiece& mb,
52 BASE_EXPORT std::string SysWideToMultiByte(const std::wstring& wide,
H A Dutf_string_conversions.h26 BASE_EXPORT std::string WideToUTF8(const std::wstring& wide);
28 std::wstring* output);
29 BASE_EXPORT std::wstring UTF8ToWide(StringPiece utf8);
33 BASE_EXPORT string16 WideToUTF16(const std::wstring& wide);
35 std::wstring* output);
36 BASE_EXPORT std::wstring UTF16ToWide(const string16& utf16);
/external/libcxx/src/
H A Dstring.cpp128 // wstring
132 as_integer( const string& func, const wstring& s, size_t* idx, int base )
144 as_integer( const string& func, const wstring& s, size_t* idx, int base )
152 as_integer( const string& func, const wstring& s, size_t* idx, int base )
160 as_integer( const string& func, const wstring& s, size_t* idx, int base )
168 as_integer( const string& func, const wstring& s, size_t* idx, int base )
226 as_float( const string& func, const wstring& s, size_t* idx )
234 as_float( const string& func, const wstring& s, size_t* idx )
242 as_float( const string& func, const wstring& s, size_t* idx )
256 stoi(const wstring
[all...]
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
H A Dostream_joiner.cons.pass.cpp31 const std::wstring ten = L"10";
37 { exp::ostream_joiner<std::wstring> oj(std::cout, std::wstring(L"10")); }
43 { exp::ostream_joiner<std::wstring> oj(std::cout, ten); }
49 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, std::wstring(L"10")); }
55 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); }

Completed in 1862 milliseconds

1234567891011>>