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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 53 testbuf<wchar_t> sb(L"123");
63 assert(sb.snextc() == std::char_traits<wchar_t>::eof());
64 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
65 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 37 const wchar_t ia[] = L"1234";
39 const wchar_t ib[] = L"123";
40 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
neg_format.pass.cpp 39 : public std::moneypunct<wchar_t, false>
43 : std::moneypunct<wchar_t, false>(refs) {}
47 : public std::moneypunct<wchar_t, true>
51 : std::moneypunct<wchar_t, true>(refs) {}
pos_format.pass.cpp 39 : public std::moneypunct<wchar_t, false>
43 : std::moneypunct<wchar_t, false>(refs) {}
47 : public std::moneypunct<wchar_t, true>
51 : std::moneypunct<wchar_t, true>(refs) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 41 : public std::moneypunct_byname<wchar_t, false>
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
49 : public std::moneypunct_byname<wchar_t, true>
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
frac_digits.pass.cpp 39 : public std::moneypunct_byname<wchar_t, false>
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
47 : public std::moneypunct_byname<wchar_t, true>
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
grouping.pass.cpp 41 : public std::moneypunct_byname<wchar_t, false>
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
49 : public std::moneypunct_byname<wchar_t, true>
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
negative_sign.pass.cpp 39 : public std::moneypunct_byname<wchar_t, false>
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
47 : public std::moneypunct_byname<wchar_t, true>
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
positive_sign.pass.cpp 39 : public std::moneypunct_byname<wchar_t, false>
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
47 : public std::moneypunct_byname<wchar_t, true>
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
  /ndk/sources/host-tools/make-3.81/config/
wint_t.m4 17 wint_t foo = (wchar_t)'\0';], ,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_signed.hpp 118 template <> struct is_signed_imp<wchar_t> : public true_type{};
119 template <> struct is_signed_imp<const wchar_t> : public true_type{};
120 template <> struct is_signed_imp<volatile wchar_t> : public true_type{};
121 template <> struct is_signed_imp<const volatile wchar_t> : public true_type{};
is_unsigned.hpp 113 template <> struct is_unsigned_imp<wchar_t> : public true_type{};
114 template <> struct is_unsigned_imp<const wchar_t> : public true_type{};
115 template <> struct is_unsigned_imp<volatile wchar_t> : public true_type{};
116 template <> struct is_unsigned_imp<const volatile wchar_t> : public true_type{};
  /external/chromium_org/chrome/common/
chrome_constants.cc 138 const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
141 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt";
142 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
146 const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
209 const wchar_t kUserDataDirname[] = L"User Data";
243 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
244 const wchar_t kMetroNavigationAndSearchMessage[] =
246 const wchar_t kMetroGetCurrentTabInfoMessage[] =
248 const wchar_t kMetroRegistryPath[] =
250 const wchar_t kLaunchModeValue[] = L"launch_mode"
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 34 wchar_t *p = path.GetBuffer(len);
37 memcpy(p + len, (const wchar_t *)name, name.Length() * sizeof(wchar_t));
42 memcpy(p + len, (const wchar_t *)s, s.Length() * sizeof(wchar_t));
85 NFind::CEnumeratorW enumerator(phyPrefix + (wchar_t)kAnyStringWildcard);
101 const UString name2 = fi.Name + (wchar_t)kDirDelimiter;
125 int delimiter = filePath.ReverseFind((wchar_t)kDirDelimiter);
136 const UString name2 = fi.Name + (wchar_t)kDirDelimiter;
164 const UString name2 = curFolderName + (wchar_t)kDirDelimiter;
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcslen.c 40 wcslen(const wchar_t *s)
42 const wchar_t *p;
wmemcmp.c 40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n)
  /bionic/libc/wchar/
wcsxfrm.c 35 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len)
  /external/chromium/base/
string16.cc 9 #error This file should not be used on 2-byte wchar_t systems
10 // If this winds up being needed on 2-byte wchar_t systems, either the
string16.h 11 // wchar_t is not implemented as a 2-byte type. You can access this class as
15 // On Windows, wchar_t is 2 bytes, and it can conveniently handle UTF-16/UCS-2
18 // On many other platforms, sizeof(wchar_t) is 4 bytes by default. We can make
21 // the system's native C library -- which was built with a 4-byte wchar_t!
22 // It's wasteful to use 4-byte wchar_t strings to carry UTF-16 data, and it's
23 // entirely improper on those systems where the encoding of wchar_t is defined
38 typedef wchar_t char16;
161 // std::basic_string<char> (string) and std::basic_string<wchar_t> (wstring).
  /external/chromium/base/win/
scoped_bstr_unittest.cc 13 static const wchar_t kTestString1[] = L"123";
14 static const wchar_t kTestString2[] = L"456789";
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 32 const wchar_t* const kProfileKey =
34 const wchar_t* const kCreditCardKey =
36 const wchar_t* const kPasswordHashValue = L"password_hash";
37 const wchar_t* const kSaltValue = L"salt";
42 const wchar_t* kEmptyKey =
64 string16 ReadAndDecryptValue(RegKey* key, const wchar_t* value_name) {
80 reinterpret_cast<const wchar_t *>(out_data.c_str()));
89 const wchar_t *reg_value_name;
  /external/chromium/googleurl/base/
string16.h 34 // wchar_t is not implemented as a 2-byte type. You can access this class as
38 // On Windows, wchar_t is 2 bytes, and it can conveniently handle UTF-16/UCS-2
41 // On many other platforms, sizeof(wchar_t) is 4 bytes by default. We can make
44 // the system's native C library -- which was built with a 4-byte wchar_t!
45 // It's wasteful to use 4-byte wchar_t strings to carry UTF-16 data, and it's
46 // entirely improper on those systems where the encoding of wchar_t is defined
59 typedef wchar_t char16;
174 // std::basic_string<char> (string) and std::basic_string<wchar_t> (wstring).
  /external/chromium_org/base/strings/
string16.cc 9 #error This file should not be used on 2-byte wchar_t systems
10 // If this winds up being needed on 2-byte wchar_t systems, either the
  /external/chromium_org/base/win/
scoped_bstr_unittest.cc 13 static const wchar_t kTestString1[] = L"123";
14 static const wchar_t kTestString2[] = L"456789";
  /external/chromium_org/chrome/installer/test/
resource_loader.cc 17 bool DoLoad(HMODULE module, const wchar_t* name_or_id,
18 const wchar_t* type_name_or_id,

Completed in 1330 milliseconds

<<31323334353637383940>>