Searched
full:wchar_t (Results
1751 -
1775 of
3668) sorted by null
<<71727374757677787980>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
neg_format.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) {}
|
pos_format.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) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/ |
codecvt_utf16_unshift.pass.cpp | 30 typedef std::codecvt_utf16<wchar_t> C;
|
codecvt_utf8_in.pass.cpp | 31 typedef std::codecvt_utf8<wchar_t> C; 33 wchar_t w = 0; 35 wchar_t* wp = nullptr; 70 typedef std::codecvt_utf8<wchar_t, 0x1000> C; 72 wchar_t w = 0; 74 wchar_t* wp = nullptr; 109 typedef std::codecvt_utf8<wchar_t, 0xFFFFFFFF, std::consume_header> C; 111 wchar_t w = 0; 113 wchar_t* wp = nullptr;
|
codecvt_utf8_out.pass.cpp | 31 typedef std::codecvt_utf8<wchar_t> C; 33 wchar_t w = 0x40003; 35 const wchar_t* wp = nullptr; 78 typedef std::codecvt_utf8<wchar_t, 0x1000> C; 80 wchar_t w = 0x40003; 82 const wchar_t* wp = nullptr; 125 typedef std::codecvt_utf8<wchar_t, 0xFFFFFFFF, std::generate_header> C; 127 wchar_t w = 0x40003; 129 const wchar_t* wp = nullptr;
|
codecvt_utf8_unshift.pass.cpp | 30 typedef std::codecvt_utf8<wchar_t> C;
|
codecvt_utf8_utf16_in.pass.cpp | 31 typedef std::codecvt_utf8_utf16<wchar_t> C; 33 wchar_t w[2] = {0}; 35 wchar_t* wp = nullptr; 70 typedef std::codecvt_utf8_utf16<wchar_t, 0x1000> C; 72 wchar_t w[2] = {0}; 74 wchar_t* wp = nullptr; 106 typedef std::codecvt_utf8_utf16<wchar_t, 0x10ffff, std::consume_header> C; 108 wchar_t w[2] = {0}; 110 wchar_t* wp = nullptr;
|
codecvt_utf8_utf16_out.pass.cpp | 31 typedef std::codecvt_utf8_utf16<wchar_t> C; 33 wchar_t w[2] = {0xD8C0, 0xDC03}; 35 const wchar_t* wp = nullptr; 72 typedef std::codecvt_utf8_utf16<wchar_t, 0x1000> C; 74 wchar_t w[2] = {0xD8C0, 0xDC03}; 76 const wchar_t* wp = nullptr; 106 typedef std::codecvt_utf8_utf16<wchar_t, 0x10ffff, std::generate_header> C; 108 wchar_t w[2] = {0xD8C0, 0xDC03}; 110 const wchar_t* wp = nullptr;
|
codecvt_utf8_utf16_unshift.pass.cpp | 30 typedef std::codecvt_utf8_utf16<wchar_t> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/ |
types.pass.cpp | 44 test<wchar_t>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/ |
types.pass.cpp | 44 test<wchar_t>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/ |
types.pass.cpp | 50 test<wchar_t>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
compare_string_type.pass.cpp | 36 typedef wchar_t CharT;
|
compare_sub_match.pass.cpp | 38 typedef wchar_t CharT;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_classname.pass.cpp | 127 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum 129 test(L"W", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum 131 test(L"w", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum 133 test(L"W", std::regex_traits<wchar_t>::__regex_word | std::ctype_base::alnum
|
lookup_collatename.pass.cpp | 154 for (wchar_t c = L'A'; c <= L'Z'; ++c) 156 const wchar_t a[2] = {c}; 168 for (wchar_t c = L'a'; c <= L'z'; ++c) 170 const wchar_t a[2] = {c};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
integral.pass.cpp | 49 test_integral<wchar_t>();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 32 typedef wchar_t wctrans_t;
|
_ostream.h | 209 _STLP_EXPORT_TEMPLATE_CLASS basic_ostream<wchar_t, char_traits<wchar_t> >; 210 _STLP_EXPORT_TEMPLATE_CLASS _Osentry<wchar_t, char_traits<wchar_t> >;
|
_pthread_alloc.h | 263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {}; 446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mbrtowc.c | 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) 322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) 348 wchar_t wc; 369 wchar_t wc;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
wchar.m4 | 18 wchar_t w;]],
|
wctob.m4 | 46 wchar_t wc;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
wrap_stringstream.hpp | 156 typedef basic_wrap_stringstream<wchar_t> wrap_wstringstream;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
broken_compiler_spec.hpp | 98 BOOST_TT_BROKEN_COMPILER_SPEC(wchar_t)
|
Completed in 913 milliseconds
<<71727374757677787980>>