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

<<21222324252627282930>>

  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 21 explicit RC4Decryptor(wchar_t const* password) {
23 wcslen(password) * sizeof(wchar_t));
32 int data_size = data.length() * sizeof(wchar_t);
34 scoped_array<wchar_t> buffer(new wchar_t[data.length() + 1]);
35 memset(buffer.get(), 0, (data.length() + 1) * sizeof(wchar_t));
  /external/chromium_org/base/
file_version_info_win.cc 40 wchar_t system_buffer[MAX_PATH];
55 const wchar_t* path = file_path.value().c_str();
148 bool FileVersionInfoWin::GetValue(const wchar_t* name,
167 wchar_t sub_block[MAX_PATH];
176 value_str->assign(static_cast<wchar_t*>(value));
183 std::wstring FileVersionInfoWin::GetStringValue(const wchar_t* name) {
  /external/chromium_org/base/win/
event_trace_consumer.h 47 HRESULT OpenRealtimeSession(const wchar_t* session_name);
53 HRESULT OpenFileSession(const wchar_t* file_name);
88 const wchar_t* session_name) {
90 logfile.LoggerName = const_cast<wchar_t*>(session_name);
105 const wchar_t* file_name) {
107 logfile.LogFileName = const_cast<wchar_t*>(file_name);
  /external/chromium_org/chrome/installer/gcapi/
gcapi_omaha_experiment.cc 29 bool SetExperimentLabel(const wchar_t* brand_code,
72 const wchar_t kReactivationLabel[] = L"reacbrand";
73 const wchar_t kRelaunchLabel[] = L"relaunchbrand";
75 string16 GetGCAPIExperimentLabel(const wchar_t* brand_code,
99 bool SetReactivationExperimentLabels(const wchar_t* brand_code,
105 bool SetRelaunchExperimentLabels(const wchar_t* brand_code, int shell_mode) {
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 26 explicit RC4Decryptor(wchar_t const* password) {
28 wcslen(password) * sizeof(wchar_t));
37 int data_size = data.length() * sizeof(wchar_t);
39 scoped_ptr<wchar_t[]> buffer(new wchar_t[data.length() + 1]);
40 memset(buffer.get(), 0, (data.length() + 1) * sizeof(wchar_t));
  /external/chromium_org/sandbox/win/src/
app_container_test.cc 19 const wchar_t kAppContainerName[] = L"sbox_test";
20 const wchar_t kAppContainerSid[] =
31 wchar_t file_name[MAX_PATH] = {};
32 wchar_t temp_directory[MAX_PATH] = {};
76 const wchar_t capability[] = L"S-1-15-3-12345678-87654321";
100 const wchar_t capability[] = L"S-1-15-3-12345678-87654321";
  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.h 44 /*ufmt_wchar,*/ /* wchar_t */
45 /*ufmt_wstring,*/ /* wchar_t* */
57 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
58 /*wchar_t wcharValue;*/ /* wchar_t */ /* TODO: Should wchar_t be used? */
  /external/clang/test/SemaCXX/
string-init.cpp 10 wchar_t b1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}}
11 wchar_t b2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}}
12 wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}}
13 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}}
14 wchar_t b5[] = L"a"; // No error.
37 wchar_t b[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
  /external/icu4c/io/
ufmt_cmn.h 45 /*ufmt_wchar,*/ /* wchar_t */
46 /*ufmt_wstring,*/ /* wchar_t* */
58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
59 /*wchar_t wcharValue;*/ /* wchar_t */ /* TODO: Should wchar_t be used? */
  /external/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
compare.pass.cpp 41 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
58 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
75 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
transform.pass.cpp 37 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
50 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
63 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.ctype/locale.ctype.byname/
widen_many.pass.cpp 30 typedef std::ctype<wchar_t> F;
33 std::vector<wchar_t> v(in.size());
42 assert(v[6] == wchar_t(-1));
48 typedef std::ctype<wchar_t> F;
51 std::vector<wchar_t> v(in.size());
60 assert(v[6] == wchar_t(133));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
decimal_point.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) {}
66 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
70 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
thousands_sep.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) {}
66 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
70 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_weekday_wide.pass.cpp 24 typedef input_iterator<const wchar_t*> I;
26 typedef std::time_get_byname<wchar_t, I> F;
43 const wchar_t in[] = L"Monday";
53 const wchar_t in[] = L"Lundi";
63 const wchar_t in[] = L"\x43F\x43E\x43D\x435\x434\x435\x43B\x44C\x43D\x438\x43A";
73 const wchar_t in[] = L"\x661F\x671F\x4E00";
get_year_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"2009";
52 const wchar_t in[] = L"2009";
62 const wchar_t in[] = L"2009";
72 const wchar_t in[] = L"2009";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
types.pass.cpp 46 typedef std::sub_match<wchar_t*> SM;
47 static_assert((std::is_same<SM::iterator, wchar_t*>::value), "");
48 static_assert((std::is_same<SM::value_type, wchar_t>::value), "");
51 static_assert((std::is_convertible<SM*, std::pair<wchar_t*, wchar_t*>*>::value), "");
60 static_assert((std::is_same<std::wcsub_match, std::sub_match<const wchar_t*> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp 74 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
82 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
bcs_char_traits.hpp 46 template<> struct bcs_base_char<wchar_t const> { typedef wchar_t type; };
123 template<> struct bcs_char_traits_impl<wchar_t> : char_traits_with_find<wchar_t> {};
126 template<> struct bcs_char_traits_impl<wchar_t> : std::char_traits<wchar_t> {};
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
91 typedef wchar_t char_type;
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
169 typedef messages_byname<wchar_t> _Self;
176 #endif /* WCHAR_T */

Completed in 862 milliseconds

<<21222324252627282930>>