HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 1651 - 1675 of 3668) sorted by null

<<61626364656667686970>>

  /external/chromium_org/ui/gfx/win/
window_impl.cc 29 const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WidgetWin_";
181 reinterpret_cast<wchar_t*>(atom), NULL,
205 reinterpret_cast<wchar_t*>(atom),
  /external/chromium_org/win8/metro_driver/ime/
text_store.h 135 wchar_t* text_buffer,
159 const wchar_t* text_buffer,
193 const wchar_t* text_buffer,
  /external/gtest/include/gtest/
gtest-printers.h 398 // Overload for wchar_t type.
399 // Prints a wchar_t as a symbol if it is printable or as its internal
402 // as signed integer when wchar_t is implemented by the compiler
403 // as a signed type and is printed as an unsigned integer when wchar_t
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
428 // MSVC can be configured to define wchar_t as a typedef of unsigned
429 // short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native
430 // type. When wchar_t is a typedef, defining an overload for const
431 // wchar_t* would cause unsigned short* be printed as a wide string,
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os)
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 85 if(U_SIZEOF_WCHAR_T==sizeof(wchar_t)) {
88 fprintf(stderr, " error: U_SIZEOF_WCHAR_T=%d != %d=sizeof(wchar_t)\n",
89 U_SIZEOF_WCHAR_T, (int)sizeof(wchar_t));
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 398 // Overload for wchar_t type.
399 // Prints a wchar_t as a symbol if it is printable or as its internal
402 // as signed integer when wchar_t is implemented by the compiler
403 // as a signed type and is printed as an unsigned integer when wchar_t
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
428 // MSVC can be configured to define wchar_t as a typedef of unsigned
429 // short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native
430 // type. When wchar_t is a typedef, defining an overload for const
431 // wchar_t* would cause unsigned short* be printed as a wide string,
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os)
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 78 wchar_t c = _changedPart[i];
95 wchar_t newChar = (c == 'z') ? L'a' : L'A';
115 wchar_t c = _changedPart[i];
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 398 // Overload for wchar_t type.
399 // Prints a wchar_t as a symbol if it is printable or as its internal
402 // as signed integer when wchar_t is implemented by the compiler
403 // as a signed type and is printed as an unsigned integer when wchar_t
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
428 // MSVC can be configured to define wchar_t as a typedef of unsigned
429 // short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native
430 // type. When wchar_t is a typedef, defining an overload for const
431 // wchar_t* would cause unsigned short* be printed as a wide string,
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os)
    [all...]
  /development/host/windows/usb/api/
adb_winusb_api.h 46 (__cdecl *PFN_INSTWINUSBINTERFACE)(const wchar_t*);
  /external/chromium/base/i18n/
rtl.cc 289 text->insert(0, 1, static_cast<wchar_t>(kLeftToRightEmbeddingMark));
292 text->push_back(static_cast<wchar_t>(kPopDirectionalFormatting));
313 text->insert(0, 1, static_cast<wchar_t>(kRightToLeftEmbeddingMark));
316 text->push_back(static_cast<wchar_t>(kPopDirectionalFormatting));
  /external/chromium/base/
string_util_unittest.cc 22 const wchar_t* input;
24 const wchar_t* output;
256 const wchar_t* input;
258 const wchar_t* output;
410 static const wchar_t* const wchar_cases[] = {
475 const wchar_t* src_w;
    [all...]
  /external/chromium/chrome/browser/google/
google_update.cc 32 const wchar_t kGUPolicyRegistrySubKey[] =
34 const wchar_t kGUPolicyGlobalValue[] = L"UpdateDefault";
35 const wchar_t kGUPolicyAppValuePrefix[] = L"Update";
109 wchar_t class_id_as_string[MAX_PATH] = {0};
  /external/chromium/chrome/browser/history/
history_publisher.h 74 static const wchar_t* const kRegKeyRegisteredIndexersInfo;
  /external/chromium/chrome/browser/net/
service_providers_win.cc 84 wchar_t path[MAX_PATH];
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 44 const wchar_t kStartTrackingLabel[] = L"Start tracking";
45 const wchar_t kStopTrackingLabel[] = L"Stop tracking";
46 const wchar_t kClearLabel[] = L"Clear";
47 const wchar_t kFilterLabel[] = L"Filter...";
  /external/chromium/net/proxy/
proxy_config_service_win.h 61 bool AddKeyToWatchList(HKEY rootkey, const wchar_t* subkey);
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 121 static String ShowWideCString(const wchar_t* wide_c_str);
125 static String ShowWideCStringQuoted(const wchar_t* wide_c_str);
133 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 48 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
  /external/chromium_org/base/
environment.h 66 BASE_EXPORT string16 AlterEnvironment(const wchar_t* env,
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_win.cc 18 const wchar_t kWindowClassName[] = L"Base_PowerMessageWindow";
  /external/chromium_org/chrome/browser/net/
service_providers_win.cc 84 wchar_t path[MAX_PATH];
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 46 const wchar_t kStartTrackingLabel[] = L"Start tracking";
47 const wchar_t kStopTrackingLabel[] = L"Stop tracking";
48 const wchar_t kClearLabel[] = L"Clear";
49 const wchar_t kFilterLabel[] = L"Filter...";
  /external/chromium_org/chrome/installer/gcapi/
gcapi_last_run_test.cc 59 const wchar_t* base_path = google_update::kRegPathClientState;
  /external/chromium_org/chrome/installer/util/
app_command.cc 81 const wchar_t* var_name = kNameBoolVars[i].name;
copy_tree_work_item_unittest.cc 72 wchar_t text_content_1[] = L"Gooooooooooooooooooooogle";
73 wchar_t text_content_2[] = L"Overwrite Me";
328 wchar_t exe_full_path_str[MAX_PATH];
349 ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
407 wchar_t exe_full_path_str[MAX_PATH];
429 ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
518 wchar_t exe_full_path_str[MAX_PATH];
600 wchar_t exe_full_path_str[MAX_PATH];
621 ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
helper.cc 21 const wchar_t* sub_path) {

Completed in 1088 milliseconds

<<61626364656667686970>>