HomeSort by relevance Sort by last modified time
    Searched refs:char16_t (Results 76 - 100 of 251) sorted by null

1 2 34 5 6 7 8 91011

  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 43 constexpr char16_t operator"" _id(char16_t c) { return c; }
49 constexpr const char16_t operator"" _id(const char16_t *p, size_t n) { return *p; }
  /frameworks/base/libs/hwui/
TextDropShadowCache.h 43 text = (const char16_t*) srcText;
73 uint32_t charCount = len / sizeof(char16_t);
74 str.setTo((const char16_t*) text, charCount);
90 const char16_t* text;
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_is_lock_free.pass.cpp 54 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/
is_specialized.pass.cpp 49 test<char16_t>();
  /ndk/sources/cxx-stl/llvm-libc++/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);
has_denorm_loss.pass.cpp 34 test<char16_t, false>();
has_infinity.pass.cpp 34 test<char16_t, false>();
has_quiet_NaN.pass.cpp 34 test<char16_t, false>();
has_signaling_NaN.pass.cpp 34 test<char16_t, false>();
is_bounded.pass.cpp 34 test<char16_t, true>();
is_exact.pass.cpp 34 test<char16_t, true>();
is_iec559.pass.cpp 34 test<char16_t, false>();
is_integer.pass.cpp 34 test<char16_t, true>();
is_modulo.pass.cpp 34 test<char16_t, true>();
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);
tinyness_before.pass.cpp 34 test<char16_t, false>();
traps.pass.cpp 34 test<char16_t, true>();

Completed in 1254 milliseconds

1 2 34 5 6 7 8 91011