HomeSort by relevance Sort by last modified time
    Searched refs:char32_t (Results 101 - 125 of 366) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_always_noconv.pass.cpp 40 typedef std::codecvt_utf16<char32_t> C;
codecvt_utf16_encoding.pass.cpp 40 typedef std::codecvt_utf16<char32_t> C;
codecvt_utf8_always_noconv.pass.cpp 40 typedef std::codecvt_utf8<char32_t> C;
codecvt_utf8_encoding.pass.cpp 40 typedef std::codecvt_utf8<char32_t> C;
codecvt_utf8_utf16_always_noconv.pass.cpp 40 typedef std::codecvt_utf8_utf16<char32_t> C;
codecvt_utf8_utf16_encoding.pass.cpp 40 typedef std::codecvt_utf8_utf16<char32_t> C;
  /bionic/libc/bionic/
c16rtomb.cpp 48 char32_t c32 = (c16 & ~0xd800) << 10;
55 return c32rtomb(s, static_cast<char32_t>(c16), state);
62 char32_t c32 = ((mbstate_get_byte(state, 3) << 16) |
  /system/core/libutils/
Unicode.cpp 38 static const char32_t kByteMask = 0x000000BF;
39 static const char32_t kByteMark = 0x00000080;
43 static const char32_t kUnicodeSurrogateHighStart = 0x0000D800;
45 // static const char32_t kUnicodeSurrogateHighEnd = 0x0000DBFF;
46 // static const char32_t kUnicodeSurrogateLowStart = 0x0000DC00;
47 static const char32_t kUnicodeSurrogateLowEnd = 0x0000DFFF;
48 static const char32_t kUnicodeSurrogateStart = kUnicodeSurrogateHighStart;
49 static const char32_t kUnicodeSurrogateEnd = kUnicodeSurrogateLowEnd;
50 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF;
62 static const char32_t kFirstByteMark[] =
    [all...]
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_is_lock_free.pass.cpp 59 test<char32_t>();
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
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>();
is_bounded.pass.cpp 35 test<char32_t, true>();
is_exact.pass.cpp 35 test<char32_t, true>();
is_integer.pass.cpp 35 test<char32_t, true>();
is_modulo.pass.cpp 35 test<char32_t, true>();
tinyness_before.pass.cpp 35 test<char32_t, false>();
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char32_t_length.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
19 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
char32_t_unshift.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
22 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
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/
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>();

Completed in 405 milliseconds

1 2 3 45 6 7 8 91011>>