/external/clang/test/PCH/ |
cxx_exprs.h | 88 const char32_t char32_t_value = U'?';
|
/external/clang/test/Parser/ |
cxx11-user-defined-literals.cpp | 44 constexpr char32_t operator"" _id(char32_t c) { return c; } 50 constexpr const char32_t operator"" _id(const char32_t *p, size_t n) { return *p; }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
utf_sanity_check.pass.cpp | 12 // template <> class codecvt<char32_t, char, mbstate_t> 14 // template <> class codecvt<char32_t, char16_t, mbstate_t> // extension 26 typedef std::codecvt<char32_t, char, std::mbstate_t> F32_8; 28 typedef std::codecvt_utf16<char32_t> F32_16;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/ |
typedefs.pass.cpp | 17 // typedef basic_string<char32_t> u32string;
|
/external/clang/test/CodeGen/ |
string-literal.c | 11 typedef __CHAR32_TYPE__ char32_t; typedef 44 const char32_t *c = U"CD"; 48 const char32_t *d = U"\u1235\U0010F00C"; 52 const char32_t *o = "\u1235" U"\U0010F00B"; 83 const char32_t *k = UR"bar(IJ)bar";
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ |
ctor_char32_t.pass.cpp | 12 // template <> class codecvt_byname<char32_t, char, mbstate_t> 20 typedef std::codecvt_byname<char32_t, char, std::mbstate_t> F;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 1053 // template <> class codecvt<char32_t, char, mbstate_t> 1056 class _LIBCPP_TYPE_VIS codecvt<char32_t, char, mbstate_t> 1061 typedef char32_t intern_type; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_and.pass.cpp | 60 test<char32_t>();
|
atomic_fetch_or.pass.cpp | 60 test<char32_t>();
|
atomic_fetch_xor.pass.cpp | 60 test<char32_t>();
|
atomic_is_lock_free.pass.cpp | 55 test<char32_t>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
denorm_min.pass.cpp | 36 test<char32_t>(0);
|
epsilon.pass.cpp | 37 test<char32_t>(0);
|
has_denorm_loss.pass.cpp | 35 test<char32_t, false>();
|
has_infinity.pass.cpp | 35 test<char32_t, false>();
|
has_quiet_NaN.pass.cpp | 35 test<char32_t, false>();
|
has_signaling_NaN.pass.cpp | 35 test<char32_t, false>();
|
infinity.pass.cpp | 39 test<char32_t>(0);
|
is_bounded.pass.cpp | 35 test<char32_t, true>();
|
is_exact.pass.cpp | 35 test<char32_t, true>();
|
is_iec559.pass.cpp | 35 test<char32_t, false>();
|
is_integer.pass.cpp | 35 test<char32_t, true>();
|
is_modulo.pass.cpp | 35 test<char32_t, true>();
|
is_signed.pass.cpp | 35 test<char32_t, false>();
|