Searched
full:wchar_t (Results
1451 -
1475 of
3668) sorted by null
<<51525354555657585960>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/ |
proxy.pass.cpp | 41 std::istreambuf_iterator<wchar_t> i(inf);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
assign_c.pass.cpp | 33 std::ostreambuf_iterator<wchar_t> i(outf);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
denorm_min.pass.cpp | 33 test<wchar_t>(0);
|
epsilon.pass.cpp | 34 test<wchar_t>(0);
|
has_denorm_loss.pass.cpp | 32 test<wchar_t, false>();
|
has_infinity.pass.cpp | 32 test<wchar_t, false>();
|
has_quiet_NaN.pass.cpp | 32 test<wchar_t, false>();
|
has_signaling_NaN.pass.cpp | 32 test<wchar_t, false>();
|
infinity.pass.cpp | 36 test<wchar_t>(0);
|
is_bounded.pass.cpp | 32 test<wchar_t, true>();
|
is_exact.pass.cpp | 32 test<wchar_t, true>();
|
is_iec559.pass.cpp | 32 test<wchar_t, false>();
|
is_integer.pass.cpp | 32 test<wchar_t, true>();
|
is_modulo.pass.cpp | 32 test<wchar_t, true>();
|
max_exponent.pass.cpp | 33 test<wchar_t, 0>();
|
max_exponent10.pass.cpp | 33 test<wchar_t, 0>();
|
min_exponent.pass.cpp | 33 test<wchar_t, 0>();
|
min_exponent10.pass.cpp | 33 test<wchar_t, 0>();
|
radix.pass.cpp | 33 test<wchar_t, 2>();
|
round_error.pass.cpp | 34 test<wchar_t>(0);
|
tinyness_before.pass.cpp | 32 test<wchar_t, false>();
|
traps.pass.cpp | 32 test<wchar_t, true>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
narrow_1.pass.cpp | 23 typedef std::ctype<wchar_t> F;
|
narrow_many.pass.cpp | 25 typedef std::ctype<wchar_t> F;
|
tolower_1.pass.cpp | 23 typedef std::ctype<wchar_t> F;
|
Completed in 260 milliseconds
<<51525354555657585960>>