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

<<21222324252627282930>>

  /external/chromium/testing/gtest/src/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 static inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/gtest/src/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 127 // Depending on the value of a char (or wchar_t), we print it in one
141 inline bool IsPrintableAscii(wchar_t c) {
151 switch (static_cast<wchar_t>(c)) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) {
205 return PrintAsCharLiteralTo<wchar_t>(c, os);
252 // Prints a wchar_t as a symbol if it is printable or as its internal
254 void PrintTo(wchar_t wc, ostream* os) {
255 PrintCharAndCodeTo<wchar_t>(wc, os);
285 static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len,
290 const wchar_t cur = begin[index]
    [all...]
  /external/chromium/base/
file_version_info_win.cc 48 const wchar_t* path = file_path.value().c_str();
141 bool FileVersionInfoWin::GetValue(const wchar_t* name,
160 wchar_t sub_block[MAX_PATH];
169 value_str->assign(static_cast<wchar_t*>(value));
176 std::wstring FileVersionInfoWin::GetStringValue(const wchar_t* name) {
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 24 const wchar_t MainUIWindow::kDefaultDll_[] = L"\\POCDLL.dll";
25 const wchar_t MainUIWindow::kDefaultEntryPoint_[] = L"Run";
26 const wchar_t MainUIWindow::kDefaultLogFile_[] = L"";
41 wchar_t* command_line,
55 const wchar_t *trim_removal = L" \r\t\"";
175 wchar_t current_dir[MAX_PATH];
322 wchar_t dll_path[MAX_PATH];
323 wchar_t entry_point[MAX_PATH];
324 wchar_t log_file[MAX_PATH];
482 wchar_t log_pipe[MAX_PATH] = {0}
    [all...]
  /external/chromium_org/sandbox/win/src/
broker_services.h 49 virtual ResultCode SpawnTarget(const wchar_t* exe_path,
50 const wchar_t* command_line,
55 virtual ResultCode InstallAppContainer(const wchar_t* sid,
56 const wchar_t* name) OVERRIDE;
57 virtual ResultCode UninstallAppContainer(const wchar_t* sid) OVERRIDE;
  /external/chromium_org/win8/test/
metro_registration_helper.cc 31 const wchar_t kChromeExe[] = L"chrome.exe";
32 const wchar_t kRegistrar[] = L"test_registrar.exe";
84 bool IsTestDefaultForProtocol(const wchar_t* protocol) {
93 base::win::ScopedCoMem<wchar_t> current_app;
109 static const wchar_t kDefaultBrowserProtocol[] = L"http";
  /external/clang/test/CodeGen/
char-literal.c 34 wchar_t wa = L'a';
39 wchar_t wb = L'ab';
66 wchar_t wc = L'\uF00B';
79 wchar_t wd = L'\U0010F00B';
89 wchar_t we = L'\u1234\U0010F00B';
  /external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.cpp 17 wchar_t c = s[i];
32 static const wchar_t *g_ReservedNames[] =
47 static bool CheckNameNum(const UString &name, const wchar_t *reservedName)
54 wchar_t c = name[len];
64 const wchar_t *reservedName = g_ReservedNames[i];
PropIDUtils.cpp 16 void ConvertUInt32ToHex(UInt32 value, wchar_t *s)
22 s[7 - i] = (wchar_t)((t < 10) ? (L'0' + t) : (L'A' + (t - 10)));
72 wchar_t temp[12];
81 wchar_t sz[32];
95 wchar_t temp[16];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 43 size_t mbsrtowcs_l( wchar_t *__restrict__ dst, const char **__restrict__ src,
49 size_t wcrtomb_l( char *__restrict__ s, wchar_t wc, mbstate_t *__restrict__ ps,
55 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
61 size_t mbsnrtowcs_l( wchar_t *__restrict__ dst, const char **__restrict__ src,
67 size_t wcsnrtombs_l( char *__restrict__ dst, const wchar_t **__restrict__ src,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 114 typedef wchar_t char_type;
116 typedef unit_test::basic_cstring<wchar_t const> cstring;
117 typedef const unit_test::basic_cstring<wchar_t const> literal_cstring;
132 wputenv( const_cast<wchar_t*>( fs.str().c_str() ) );
137 #define BOOST_RT_PARAM_CSTRING_LITERAL( l ) cstring( L ## l, sizeof( L ## l )/sizeof(wchar_t) - 1 )
  /external/stlport/test/unit/
codecvt_test.cpp 388 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
396 wchar_t to[1];
397 wchar_t *next_to;
399 to, to + sizeof(to) / sizeof(wchar_t), next_to);
409 const wchar_t* next_from;
435 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
456 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
489 const wchar_t buf[] = L" ";
511 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
398 wchar_t to[1];
399 wchar_t *next_to;
401 to, to + sizeof(to) / sizeof(wchar_t), next_to);
411 const wchar_t* next_from;
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
458 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
491 const wchar_t buf[] = L" ";
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
398 wchar_t to[1];
399 wchar_t *next_to;
401 to, to + sizeof(to) / sizeof(wchar_t), next_to);
411 const wchar_t* next_from;
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type;
458 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base;
491 const wchar_t buf[] = L" ";
513 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>("C"));
514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
extended.pass.cpp 694 const wchar_t s[] = L"a";
710 const wchar_t s[] = L"ab";
725 const wchar_t s[] = L"ab";
732 const wchar_t s[] = L"aab";
738 const wchar_t s[] = L"aab";
745 const wchar_t s[] = L"abcd";
751 const wchar_t s[] = L"abbc";
766 const wchar_t s[] = L"ababc";
784 const wchar_t s[] = L"abcdefghijk";
791 const wchar_t s[] = L"abc"
    [all...]
basic.pass.cpp 702 const wchar_t s[] = L"a";
718 const wchar_t s[] = L"ab";
733 const wchar_t s[] = L"ab";
740 const wchar_t s[] = L"aab";
746 const wchar_t s[] = L"aab";
753 const wchar_t s[] = L"abcd";
759 const wchar_t s[] = L"abbc";
774 const wchar_t s[] = L"ababc";
792 const wchar_t s[] = L"abcdefghijk";
799 const wchar_t s[] = L"abc"
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 106 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
116 BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
127 BOOL __stdcall CanOfferRelaunch(const wchar_t** partner_brandcode_list,
141 BOOL __stdcall SetRelaunchOffered(const wchar_t** partner_brandcode_list,
143 const wchar_t* relaunch_brandcode,
153 typedef BOOL (__stdcall *GCCC_CanOfferReactivation)(const wchar_t*,
156 typedef BOOL (__stdcall *GCCC_ReactivateChrome)(const wchar_t*,
159 typedef BOOL (__stdcall *GCCC_CanOfferRelaunch)(const wchar_t**,
163 typedef BOOL (__stdcall *GCCC_SetRelaunchOffered)(const wchar_t**,
165 const wchar_t*,
    [all...]
  /external/chromium_org/chrome_frame/test/
policy_settings_unittest.cc 46 const wchar_t* list_name,
47 const wchar_t* values[], int count) {
63 const wchar_t* exclusions[],
84 const wchar_t* content_types[],
98 const wchar_t* value) {
143 const wchar_t* kTestUrls[] = {
148 const wchar_t* kTestFilters[] = {
153 const wchar_t kNoMatchUrl[] = L"http://www.chromium.org";
194 const wchar_t* kTestPolicyContentTypes[] = {
222 static const wchar_t kTestApplicationLocale[] = L"fr-CA"
    [all...]
  /external/chromium_org/sandbox/win/tests/validation_tests/
suite.cc 20 const wchar_t *kCommandTemplate = L"OpenProcessCmd %d %d";
21 wchar_t command[1024] = {0};
53 bool VolumeSupportsACLs(const wchar_t* any_path) {
54 wchar_t expand[MAX_PATH +1];
129 wchar_t command[1024] = {0};
142 wchar_t command[1024] = {0};
155 wchar_t command[1024] = {0};
173 wchar_t command[1024] = {0};
195 wchar_t command[1024] = {0};
214 wchar_t command[1024] = {0}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_one_wide.pass.cpp 23 typedef input_iterator<const wchar_t*> I;
25 typedef std::time_get_byname<wchar_t, I> F;
42 const wchar_t in[] = L"Sat Dec 31 23:55:59 2061";
58 const wchar_t in[] = L"23:55:59";
70 const wchar_t in[] = L"Sam 31 d""\xE9""c 23:55:59 2061";
86 const wchar_t in[] = L"23:55:59";
99 const wchar_t in[] = L"\x441\x443\x431\x431\x43E\x442\x430"
121 const wchar_t in[] = L"23:55:59";
134 const wchar_t in[] = L"\x516D"
152 const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 38 const wchar_t kIePath[] = L"Internet Explorer\\iexplore.exe";
43 const wchar_t kCloudPrintRegKey[] = L"Software\\Google\\CloudPrint";
45 const wchar_t kXpsMimeType[] = L"application/vnd.ms-xpsdocument";
47 const wchar_t kAppDataDir[] = L"Google\\Cloud Printer";
287 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) {
297 base::FilePath ReadPathFromAnyRegistry(const wchar_t* path_name) {
319 wchar_t*,
362 wchar_t* string_target =
363 reinterpret_cast<wchar_t*>(ports + ports_size -
386 BOOL WINAPI Monitor2OpenPort(HANDLE, wchar_t*, HANDLE* handle)
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-printers.cc 119 // Depending on the value of a char (or wchar_t), we print it in one
133 inline bool IsPrintableAscii(wchar_t c) {
143 switch (static_cast<wchar_t>(c)) {
186 // Prints a wchar_t c as if it's part of a string literal, escaping it when
188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) {
197 return PrintAsCharLiteralTo<wchar_t>(c, os);
205 static_cast<wchar_t>(static_cast<unsigned char>(c)), os);
244 // Prints a wchar_t as a symbol if it is printable or as its internal
246 void PrintTo(wchar_t wc, ostream* os) {
247 PrintCharAndCodeTo<wchar_t>(wc, os)
    [all...]

Completed in 1800 milliseconds

<<21222324252627282930>>