HomeSort by relevance Sort by last modified time
    Searched refs:char16_t (Results 176 - 200 of 440) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp 36 test<char16_t>(0);
infinity.pass.cpp 38 test<char16_t>(0);
is_iec559.pass.cpp 34 test<char16_t, false>();
is_signed.pass.cpp 34 test<char16_t, false>();
max_digits10.pass.cpp 35 test<char16_t, 0>();
max_exponent.pass.cpp 35 test<char16_t, 0>();
max_exponent10.pass.cpp 35 test<char16_t, 0>();
min_exponent.pass.cpp 35 test<char16_t, 0>();
min_exponent10.pass.cpp 35 test<char16_t, 0>();
radix.pass.cpp 35 test<char16_t, 2>();
round_error.pass.cpp 36 test<char16_t>(0);
traps.pass.cpp 40 test<char16_t, integral_types_trap>();
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
ctor_char16_t.pass.cpp 12 // template <> class codecvt<char16_t, char, mbstate_t>
21 typedef std::codecvt<char16_t, char, std::mbstate_t> F;
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_in.pass.cpp 12 // template <> class codecvt<char16_t, char, mbstate_t>
23 typedef std::codecvt<char16_t, char, std::mbstate_t> F;
char16_t_out.pass.cpp 12 // template <> class codecvt<char16_t, char, mbstate_t>
25 typedef std::codecvt<char16_t, char, std::mbstate_t> F;
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 49 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_exchange.pass.cpp 65 test<char16_t>();
atomic_exchange_explicit.pass.cpp 67 test<char16_t>();
atomic_fetch_and.pass.cpp 59 test<char16_t>();
atomic_fetch_and_explicit.pass.cpp 61 test<char16_t>();
atomic_fetch_or.pass.cpp 59 test<char16_t>();
atomic_fetch_or_explicit.pass.cpp 61 test<char16_t>();
atomic_fetch_xor.pass.cpp 59 test<char16_t>();
atomic_fetch_xor_explicit.pass.cpp 61 test<char16_t>();
atomic_init.pass.cpp 63 test<char16_t>();

Completed in 254 milliseconds

1 2 3 4 5 6 78 91011>>