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

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
is_iec559.pass.cpp 35 test<char32_t, false>();
is_signed.pass.cpp 35 test<char32_t, false>();
max_digits10.pass.cpp 36 test<char32_t, 0>();
max_exponent.pass.cpp 36 test<char32_t, 0>();
max_exponent10.pass.cpp 36 test<char32_t, 0>();
min_exponent.pass.cpp 36 test<char32_t, 0>();
min_exponent10.pass.cpp 36 test<char32_t, 0>();
radix.pass.cpp 36 test<char32_t, 2>();
round_error.pass.cpp 37 test<char32_t>(0);
traps.pass.cpp 41 test<char32_t, integral_types_trap>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
ctor_char32_t.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
21 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char32_t_in.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
23 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
char32_t_out.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
25 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /bionic/libc/bionic/
mbrtoc16.cpp 40 static size_t begin_surrogate(char32_t c32, char16_t* pc16,
74 char32_t c32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 207 typedef __atomic_base<char32_t> atomic_char32_t;
210 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 207 typedef __atomic_base<char32_t> atomic_char32_t;
210 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 207 typedef __atomic_base<char32_t> atomic_char32_t;
210 typedef __atomic_base<char32_t> atomic_char32_t;
  /external/clang/test/PCH/
cxx_exprs.h 88 const char32_t char32_t_value = U'?';
  /external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 24 // typedef atomic<char32_t> atomic_char32_t;
46 static_assert((std::is_same<std::atomic<char32_t>, std::atomic_char32_t>::value), "");
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_compare_exchange_strong.pass.cpp 81 test<char32_t>();
atomic_compare_exchange_weak.pass.cpp 81 test<char32_t>();

Completed in 1712 milliseconds

1 2 3 4 5 6 7 891011>>