/external/bison/lib/ |
strtol.c | 194 # define STRING_TYPE wchar_t 255 wchar_t thousands = L'\0'; 332 if ((wchar_t) c != thousands 333 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9'))
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_win_unittest.cc | 28 const wchar_t kUnitTestRegistrySubKey[] = L"SOFTWARE\\Chromium Unit Tests"; 29 const wchar_t kUnitTestMachineOverrideSubKey[] = 31 const wchar_t kUnitTestUserOverrideSubKey[] = 143 void WriteString(HKEY hive, const char* name, const wchar_t* value); 232 const wchar_t* value) {
|
/external/chromium/googleurl/base/ |
logging.cc | 195 wchar_t prog_name[MAX_PATH]; 197 wchar_t* backslash = wcsrchr(prog_name, '\\'); 207 scoped_array<wchar_t> cmdline(new wchar_t[charcount]); 366 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) {
|
/external/chromium/net/http/ |
http_auth_sspi_win.cc | 58 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(user.c_str())); 61 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str())); 64 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(password.c_str())); 369 const_cast<wchar_t *>(spn.c_str()), // pszTargetName 417 const_cast<wchar_t *>(package.c_str()), &pkg_info);
|
/external/chromium_org/base/i18n/ |
icu_string_conversions.cc | 215 // When wchar_t is wider than UChar (16 bits), transform |wide| into a 251 scoped_ptr<wchar_t[]> buffer(new wchar_t[wchar_max_length]); 254 static_cast<int>(wchar_max_length) * sizeof(wchar_t), encoded.data(), 263 wide->assign(buffer.get(), actual_size / sizeof(wchar_t));
|
/external/chromium_org/chrome/browser/importer/ |
firefox_importer_browsertest.cc | 41 const wchar_t* username_element; 42 const wchar_t* username; 43 const wchar_t* password_element; 44 const wchar_t* password; 49 const wchar_t* keyword;
|
/external/chromium_org/net/http/ |
http_auth_sspi_win.cc | 58 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(user.c_str())); 61 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str())); 64 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(password.c_str())); 365 const_cast<wchar_t *>(spn_wide.c_str()), // pszTargetName 413 const_cast<wchar_t *>(package.c_str()), &pkg_info);
|
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.c | 45 static unsigned FindExt(const wchar_t *s, unsigned *extLen)
63 static unsigned FindItem(const char **items, unsigned num, const wchar_t *s, unsigned len)
247 const wchar_t *cmdLineParams;
281 wchar_t c = *cmdLineParams;
309 wchar_t *s = path + wcslen(path);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandlerOut.cpp | 24 static const wchar_t *kLZMAMethodName = L"LZMA";
25 static const wchar_t *kCopyMethod = L"Copy";
26 static const wchar_t *kDefaultMethodName = kLZMAMethodName;
29 static const wchar_t *kLzmaMatchFinderForHeaders = L"BT2";
452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.cpp | 21 static const wchar_t *kCantAutoRename = L"ERROR: Can not create file with auto name";
22 static const wchar_t *kCantRenameFile = L"ERROR: Can not rename existing file ";
23 static const wchar_t *kCantDeleteOutputFile = L"ERROR: Can not delete output file ";
116 fullPath += wchar_t(NFile::NName::kDirDelimiter);
464 const wchar_t *name, ISequentialInStream **inStream)
|
/external/chromium_org/content/common/ |
sandbox_win.cc | 46 const wchar_t* const kTroublesomeDlls[] = { 112 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, 162 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) { 163 wchar_t path[MAX_PATH]; 178 void BlacklistAddOneDll(const wchar_t* module_name, 193 const wchar_t suffix[] = {'~', ('1' + ix), 0}; 318 wchar_t long_path_buf[MAX_PATH]; 423 BYTE buffer[sizeof(OBJECT_TYPE_INFORMATION) + 32 * sizeof(wchar_t)]; 426 ULONG size = sizeof(buffer) - sizeof(wchar_t); 430 type_info->Name.Buffer[type_info->Name.Length / sizeof(wchar_t)] = L'\0' [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontCacheWin.cpp | 260 typedef HashMap<const wchar_t*, icu::UnicodeSet*> FontCmapCache; 263 const wchar_t* family, UChar32 character) 276 HashMap<const wchar_t*, icu::UnicodeSet*>::iterator it = fontCmapCache->find(family); 321 PassRefPtr<SimpleFontData> FontCache::fontDataFromDescriptionAndLogFont(const FontDescription& fontDescription, ShouldRetain shouldRetain, const LOGFONT& font, wchar_t* outFontFamilyName) 365 GetLastResortFallbackFontProcData(FontCache* fontCache, const FontDescription* fontDescription, FontCache::ShouldRetain shouldRetain, wchar_t* fontName) 377 wchar_t* m_fontName; 415 const wchar_t* family = getFallbackFamily(codeUnits, codeUnitsLength, fontDescription.genericFamily(), &c, &script); 424 const static wchar_t* const cjkFonts[] = { 441 const static wchar_t* const commonFonts[] = { 462 const wchar_t* const* panUniFonts = 0 [all...] |
/external/chromium_org/chrome/browser/ |
process_singleton_win.cc | 100 // and also be a multiple of wchar_t bytes. The shortest command 103 if (cds->cbData < min_message_size * sizeof(wchar_t) || 104 cds->cbData % sizeof(wchar_t) != 0) { 111 const std::wstring msg(static_cast<wchar_t*>(cds->lpData), 112 cds->cbData / sizeof(wchar_t)); 349 static const wchar_t kMutexName[] = L"Local\\ChromeProcessSingletonStartup!"; 350 static const wchar_t kMetroActivationEventName[] =
|
/external/chromium_org/remoting/host/win/ |
launch_process_with_token.cc | 68 wchar_t name[MAX_PATH]; 322 size_t size = sizeof(CreateProcessRequest) + sizeof(wchar_t) * 343 reinterpret_cast<wchar_t*>(buffer.get() + buffer_offset)); 344 buffer_offset += (application_name.size() + 1) * sizeof(wchar_t); 349 reinterpret_cast<wchar_t*>(buffer.get() + buffer_offset)); 350 buffer_offset += (command_line.size() + 1) * sizeof(wchar_t); 356 reinterpret_cast<wchar_t*>(buffer.get() + buffer_offset));
|
/external/chromium_org/sandbox/win/src/ |
interception.cc | 75 const wchar_t* dll_name, const char* function_name, 90 const wchar_t* dll_name, const char* function_name, 106 bool InterceptionManager::AddToUnloadModules(const wchar_t* dll_name) { 156 size_t dll_name_bytes = (it->dll.size() + 1) * sizeof(wchar_t); 246 (data.dll.size() + 1) * sizeof(wchar_t); 454 wchar_t* loader_get = reinterpret_cast<wchar_t*>(
|
/external/clang/test/SemaObjC/ |
format-strings-objc.m | 138 typedef __WCHAR_TYPE__ wchar_t; 148 const wchar_t* wchar_ptr = L"ab"; 149 NSLog(@"%S", wchar_ptr); // expected-warning{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has type 'const wchar_t *'}} 157 const wchar_t* wchar_ptr = L"ab"; 158 NSLog(@"%ls", wchar_ptr); // expected-warning{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has type 'const wchar_t *'}} 165 const wchar_t wchar_data = L'a'; 166 NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'wchar_t'}}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
limits | 513 /// numeric_limits<wchar_t> specialization. 515 struct numeric_limits<wchar_t> 519 static wchar_t min() throw() 520 { return __glibcxx_min (wchar_t); } 521 static wchar_t max() throw() 522 { return __glibcxx_max (wchar_t); } 524 static const int digits = __glibcxx_digits (wchar_t); 525 static const int digits10 = __glibcxx_digits10 (wchar_t); 526 static const bool is_signed = __glibcxx_signed (wchar_t); 530 static wchar_t epsilon() throw( [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
limits | 513 /// numeric_limits<wchar_t> specialization. 515 struct numeric_limits<wchar_t> 519 static wchar_t min() throw() 520 { return __glibcxx_min (wchar_t); } 521 static wchar_t max() throw() 522 { return __glibcxx_max (wchar_t); } 524 static const int digits = __glibcxx_digits (wchar_t); 525 static const int digits10 = __glibcxx_digits10 (wchar_t); 526 static const bool is_signed = __glibcxx_signed (wchar_t); 530 static wchar_t epsilon() throw( [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
limits | 513 /// numeric_limits<wchar_t> specialization. 515 struct numeric_limits<wchar_t> 519 static wchar_t min() throw() 520 { return __glibcxx_min (wchar_t); } 521 static wchar_t max() throw() 522 { return __glibcxx_max (wchar_t); } 524 static const int digits = __glibcxx_digits (wchar_t); 525 static const int digits10 = __glibcxx_digits10 (wchar_t); 526 static const bool is_signed = __glibcxx_signed (wchar_t); 530 static wchar_t epsilon() throw( [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
limits | 513 /// numeric_limits<wchar_t> specialization. 515 struct numeric_limits<wchar_t> 519 static wchar_t min() throw() 520 { return __glibcxx_min (wchar_t); } 521 static wchar_t max() throw() 522 { return __glibcxx_max (wchar_t); } 524 static const int digits = __glibcxx_digits (wchar_t); 525 static const int digits10 = __glibcxx_digits10 (wchar_t); 526 static const bool is_signed = __glibcxx_signed (wchar_t); 530 static wchar_t epsilon() throw( [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
limits | 513 /// numeric_limits<wchar_t> specialization. 515 struct numeric_limits<wchar_t> 519 static wchar_t min() throw() 520 { return __glibcxx_min (wchar_t); } 521 static wchar_t max() throw() 522 { return __glibcxx_max (wchar_t); } 524 static const int digits = __glibcxx_digits (wchar_t); 525 static const int digits10 = __glibcxx_digits10 (wchar_t); 526 static const bool is_signed = __glibcxx_signed (wchar_t); 530 static wchar_t epsilon() throw( [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/ |
codecvt_utf16_in.pass.cpp | 31 typedef std::codecvt_utf16<wchar_t> C; 33 wchar_t w = 0; 35 wchar_t* wp = nullptr; 70 typedef std::codecvt_utf16<wchar_t, 0x1000> C; 72 wchar_t w = 0; 74 wchar_t* wp = nullptr; 109 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::consume_header> C; 111 wchar_t w = 0; 113 wchar_t* wp = nullptr; 148 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::little_endian> C [all...] |
/external/chromium_org/base/strings/ |
string_util.h | 71 BASE_EXPORT size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size); 81 // data on all systems except Windows, which treat them as wchar_t data. 82 // Use %ls and %lc for wchar_t data instead. 83 // - 'S' and 'C', which operate on wchar_t data on all systems except Windows, 84 // which treat them as char data. Use %ls and %lc for wchar_t data 94 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format); 144 BASE_EXPORT extern const wchar_t kWhitespaceWide[]; 379 inline bool IsWhitespace(wchar_t c) { 524 struct ToUnsigned<wchar_t> { [all...] |
/external/chromium_org/net/dns/ |
dns_config_service_win.cc | 47 const wchar_t* const kTcpipPath = 49 const wchar_t* const kTcpip6Path = 51 const wchar_t* const kDnscachePath = 53 const wchar_t* const kPolicyPath = 55 const wchar_t* const kPrimaryDnsSuffixPath = 57 const wchar_t* const kNRPTPath = 72 explicit RegistryReader(const wchar_t* key) { 77 bool ReadString(const wchar_t* name, 93 bool ReadDword(const wchar_t* name, 299 bool Watch(const wchar_t* key, const CallbackType& callback) [all...] |
/external/stlport/stlport/stl/ |
_fstream.h | 336 _STLP_EXPORT_TEMPLATE_CLASS basic_filebuf<wchar_t, char_traits<wchar_t> >; 436 _STLP_EXPORT_TEMPLATE_CLASS _Underflow<wchar_t, char_traits<wchar_t> >; 701 _STLP_EXPORT_TEMPLATE_CLASS basic_ifstream<wchar_t, char_traits<wchar_t> >; 702 _STLP_EXPORT_TEMPLATE_CLASS basic_ofstream<wchar_t, char_traits<wchar_t> >; 703 _STLP_EXPORT_TEMPLATE_CLASS basic_fstream<wchar_t, char_traits<wchar_t> >; [all...] |