Searched
full:wchar_t (Results
2026 -
2050 of
3668) sorted by null
<<81828384858687888990>>
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 383 extern template class basic_ostream<wchar_t>; 387 extern template wostream& operator<<(wostream&, wchar_t); 389 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 383 extern template class basic_ostream<wchar_t>; 387 extern template wostream& operator<<(wostream&, wchar_t); 389 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 383 extern template class basic_ostream<wchar_t>; 387 extern template wostream& operator<<(wostream&, wchar_t); 389 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ostream.tcc | 383 extern template class basic_ostream<wchar_t>; 387 extern template wostream& operator<<(wostream&, wchar_t); 389 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ostream.tcc | 384 extern template class basic_ostream<wchar_t>; 388 extern template wostream& operator<<(wostream&, wchar_t); 390 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ostream.tcc | 384 extern template class basic_ostream<wchar_t>; 388 extern template wostream& operator<<(wostream&, wchar_t); 390 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ostream.tcc | 384 extern template class basic_ostream<wchar_t>; 388 extern template wostream& operator<<(wostream&, wchar_t); 390 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ostream.tcc | 384 extern template class basic_ostream<wchar_t>; 388 extern template wostream& operator<<(wostream&, wchar_t); 390 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
ostream.tcc | 382 extern template class basic_ostream<wchar_t>; 386 extern template wostream& operator<<(wostream&, wchar_t); 388 extern template wostream& operator<<(wostream&, const wchar_t*);
|
/development/host/windows/usb/api/ |
AdbWinApi.cpp | 66 wchar_t path_to_winusb_dll[MAX_PATH+1];
|
/external/chromium/base/ |
base_paths_win.cc | 27 wchar_t system_buffer[MAX_PATH];
|
/external/chromium/base/debug/ |
debug_on_start_win.h | 45 static bool FindArgument(wchar_t* command_line, const char* argument);
|
/external/chromium/base/json/ |
string_escape_unittest.cc | 58 const wchar_t* to_escape;
|
/external/chromium/base/win/ |
event_trace_provider.cc | 113 EtwEventType type, EtwEventLevel level, const wchar_t *message) {
|
scoped_bstr.h | 58 // characters, you need to multiply by sizeof(wchar_t). Oddly, there's no
|
win_util.h | 66 const wchar_t* app_id);
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_window_detector.cc | 16 const wchar_t HungWindowDetector::kHungChildWindowTimeout[] =
|
hung_window_detector.h | 29 static const wchar_t kHungChildWindowTimeout[];
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_delegate_win.cc | 34 result->assign(reinterpret_cast<const wchar_t*>(buffer.get()));
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_login_step.cc | 19 static const wchar_t kLoginIFrameXPath[] = L"//iframe[@id='login']";
|
/external/chromium/chrome/common/ |
visitedlink_common.cc | 71 // where wchar_t is not 16 bits (Linux uses 32 bits, I think), this will not be
|
/external/chromium/net/base/ |
data_url.cc | 89 IsAsciiWhitespace<wchar_t>),
|
/external/chromium/testing/gmock/include/gmock/ |
gmock.h | 89 void InitGoogleMock(int* argc, wchar_t** argv);
|
/external/chromium_org/base/debug/ |
debug_on_start_win.h | 44 static bool FindArgument(wchar_t* command_line, const char* argument);
|
/external/chromium_org/base/test/ |
test_process_killer_win.cc | 147 base::CaseInsensitiveCompareASCII<wchar_t>());
|
Completed in 869 milliseconds
<<81828384858687888990>>