OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char32_t
(Results
126 - 150
of
580
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits
616
/// numeric_limits<
char32_t
> specialization.
618
struct numeric_limits<
char32_t
>
622
static
char32_t
min() throw()
623
{ return __glibcxx_min (
char32_t
); }
624
static
char32_t
max() throw()
625
{ return __glibcxx_max (
char32_t
); }
627
static const int digits = __glibcxx_digits (
char32_t
);
628
static const int digits10 = __glibcxx_digits10 (
char32_t
);
629
static const bool is_signed = __glibcxx_signed (
char32_t
);
633
static
char32_t
epsilon() throw(
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
limits
616
/// numeric_limits<
char32_t
> specialization.
618
struct numeric_limits<
char32_t
>
622
static
char32_t
min() throw()
623
{ return __glibcxx_min (
char32_t
); }
624
static
char32_t
max() throw()
625
{ return __glibcxx_max (
char32_t
); }
627
static const int digits = __glibcxx_digits (
char32_t
);
628
static const int digits10 = __glibcxx_digits10 (
char32_t
);
629
static const bool is_signed = __glibcxx_signed (
char32_t
);
633
static
char32_t
epsilon() throw(
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_in.pass.cpp
267
typedef std::codecvt_utf16<
char32_t
> C;
269
char32_t
w = 0;
271
char32_t
* wp = nullptr;
306
typedef std::codecvt_utf16<
char32_t
, 0x1000> C;
308
char32_t
w = 0;
310
char32_t
* wp = nullptr;
345
typedef std::codecvt_utf16<
char32_t
, 0x10ffff, std::consume_header> C;
347
char32_t
w = 0;
349
char32_t
* wp = nullptr;
384
typedef std::codecvt_utf16<
char32_t
, 0x10ffff, std::little_endian> C
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/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
>();
atomic_exchange.pass.cpp
66
test<
char32_t
>();
atomic_exchange_explicit.pass.cpp
68
test<
char32_t
>();
atomic_fetch_and_explicit.pass.cpp
62
test<
char32_t
>();
atomic_fetch_or_explicit.pass.cpp
62
test<
char32_t
>();
atomic_fetch_xor_explicit.pass.cpp
62
test<
char32_t
>();
atomic_init.pass.cpp
64
test<
char32_t
>();
atomic_load.pass.cpp
64
test<
char32_t
>();
atomic_load_explicit.pass.cpp
64
test<
char32_t
>();
atomic_store.pass.cpp
64
test<
char32_t
>();
atomic_store_explicit.pass.cpp
64
test<
char32_t
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/
is_specialized.pass.cpp
50
test<
char32_t
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp
36
test<
char32_t
, 32>();
digits10.pass.cpp
40
test<
char32_t
, 9>();
has_denorm.pass.cpp
35
test<
char32_t
, std::denorm_absent>();
lowest.pass.cpp
43
test<
char32_t
>(0);
max.pass.cpp
43
test<
char32_t
>(UINT_MAX);
max_digits10.pass.cpp
36
test<
char32_t
, 0>();
min.pass.cpp
43
test<
char32_t
>(0);
quiet_NaN.pass.cpp
56
test<
char32_t
>();
round_style.pass.cpp
35
test<
char32_t
, std::round_toward_zero>();
Completed in 345 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>