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

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_load.pass.cpp 63 test<char16_t>();
atomic_load_explicit.pass.cpp 63 test<char16_t>();
atomic_store.pass.cpp 63 test<char16_t>();
atomic_store_explicit.pass.cpp 63 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/
is_specialized.pass.cpp 49 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
const_data_members.pass.cpp 102 // char16_t
103 TEST_NUMERIC_LIMITS(char16_t)
104 TEST_NUMERIC_LIMITS(const char16_t)
105 TEST_NUMERIC_LIMITS(volatile char16_t)
106 TEST_NUMERIC_LIMITS(const volatile char16_t)
denorm_min.pass.cpp 35 test<char16_t>(0);
digits.pass.cpp 35 test<char16_t, 16>();
digits10.pass.cpp 39 test<char16_t, 4>();
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>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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;
  /frameworks/base/core/jni/
android_os_Trace.cpp 60 String8 utf8Chars(reinterpret_cast<const char16_t*>(jchars.get()), jchars.size());
77 String8 utf8Chars(reinterpret_cast<const char16_t*>(jchars.get()), jchars.size());
87 String8 utf8Chars(reinterpret_cast<const char16_t*>(jchars.get()), jchars.size());

Completed in 4011 milliseconds

1 2 3 4 5 6 7 891011>>