HomeSort by relevance Sort by last modified time
    Searched refs:wstring (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/merge-nested-templates/
b.h 2 std::wstring::iterator j;
c.h 2 std::wstring::iterator i;
  /external/google-breakpad/src/common/windows/
http_upload.h 51 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 GenerateRequestHeader(const wstring &boundary)
    [all...]
guid_string.h 41 using std::wstring;
47 static wstring GUIDToWString(GUID *guid);
53 static wstring GUIDToSymbolServerWString(GUID *guid);
pdb_source_line_writer.h 49 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 &file, DWORD id)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_wstring.i 9 %naturalvar wstring;
10 typedef basic_string<wchar_t> wstring;
13 %template(wstring) std::basic_string<wchar_t>;
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_wstring.i 4 * Typemaps for std::wstring and const std::wstring&
7 * To use non-const std::wstring references use the following %apply. Note
9 * %apply const std::wstring & {std::wstring &};
20 %naturalvar wstring;
22 class wstring;
24 // wstring
25 %typemap(ctype, out="void *") wstring "wchar_t *"
26 %typemap(imtype, inattributes="[MarshalAs(UnmanagedType.LPWStr)]") wstring "string
    [all...]
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 50 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/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.h 26 bool IsScreenValid(ScreenId screen, std::wstring* device_key);
31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
  /external/libcxx/test/std/re/re.traits/
lookup_collatename.pass.cpp 118 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(L"!"))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
lookup_collatename.pass.cpp 118 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(L"!"))
    [all...]
  /external/v8/tools/clang/empty_string/tests/
test-expected.cc 41 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());
  /external/libcxx/test/std/re/re.syn/
wsmatch.pass.cpp 12 // typedef match_results<wstring::const_iterator> wsmatch;
20 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
wsregex_iterator.pass.cpp 12 // 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), "");
wsregex_token_iterator.pass.cpp 12 // 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), "");
wssub_match.pass.cpp 12 // 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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
wsmatch.pass.cpp 12 // typedef match_results<wstring::const_iterator> wsmatch;
20 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
wsregex_iterator.pass.cpp 12 // 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), "");
wsregex_token_iterator.pass.cpp 12 // 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), "");
wssub_match.pass.cpp 12 // 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/
dump_syms.cc 39 using std::wstring;
49 if (!writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) {
  /external/libcxx/test/std/localization/locales/locale/locale.operators/
compare.pass.cpp 29 std::wstring s2(L"aaaaaaA");
30 std::wstring s3(L"BaaaaaA");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale/locale.operators/
compare.pass.cpp 29 std::wstring s2(L"aaaaaaA");
30 std::wstring s3(L"BaaaaaA");
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_wstring.i 4 * Typemaps for std::wstring and const std::wstring&
8 * OSs so the std::wstring typemaps may not always work as intended.
10 * To use non-const std::wstring references use the following %apply. Note
12 * %apply const std::wstring & {std::wstring &};
17 %naturalvar wstring;
19 class wstring;
21 // wstring
22 %typemap(jni) wstring "jstring
    [all...]
  /system/core/base/include/android-base/
utf8.h 43 // Convert a UTF-16 std::wstring (including any embedded NULL characters) to
45 bool WideToUTF8(const std::wstring& utf16, std::string* utf8);
49 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16);
53 bool UTF8ToWide(const char* utf8, std::wstring* utf16);
57 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16);
70 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16);

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>