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
490
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
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++/test/language.support/support.limits/limits/
is_specialized.pass.cpp
50
test<
char32_t
>();
/ndk/sources/cxx-stl/llvm-libc++/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>();
signaling_NaN.pass.cpp
56
test<
char32_t
>();
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.stdcvt/
codecvt_utf16_unshift.pass.cpp
48
typedef std::codecvt_utf16<
char32_t
> C;
codecvt_utf8_in.pass.cpp
151
typedef std::codecvt_utf8<
char32_t
> C;
153
char32_t
w = 0;
155
char32_t
* wp = nullptr;
190
typedef std::codecvt_utf8<
char32_t
, 0x1000> C;
192
char32_t
w = 0;
194
char32_t
* wp = nullptr;
229
typedef std::codecvt_utf8<
char32_t
, 0xFFFFFFFF, std::consume_header> C;
231
char32_t
w = 0;
233
char32_t
* wp = nullptr;
codecvt_utf8_out.pass.cpp
184
typedef std::codecvt_utf8<
char32_t
> C;
186
char32_t
w = 0x40003;
188
const
char32_t
* wp = nullptr;
231
typedef std::codecvt_utf8<
char32_t
, 0x1000> C;
233
char32_t
w = 0x40003;
235
const
char32_t
* wp = nullptr;
278
typedef std::codecvt_utf8<
char32_t
, 0xFFFFFFFF, std::generate_header> C;
280
char32_t
w = 0x40003;
282
const
char32_t
* wp = nullptr;
codecvt_utf8_unshift.pass.cpp
48
typedef std::codecvt_utf8<
char32_t
> C;
codecvt_utf8_utf16_in.pass.cpp
145
typedef std::codecvt_utf8_utf16<
char32_t
> C;
147
char32_t
w[2] = {0};
149
char32_t
* wp = nullptr;
184
typedef std::codecvt_utf8_utf16<
char32_t
, 0x1000> C;
186
char32_t
w[2] = {0};
188
char32_t
* wp = nullptr;
220
typedef std::codecvt_utf8_utf16<
char32_t
, 0x10ffff, std::consume_header> C;
222
char32_t
w[2] = {0};
224
char32_t
* wp = nullptr;
codecvt_utf8_utf16_out.pass.cpp
159
typedef std::codecvt_utf8_utf16<
char32_t
> C;
161
char32_t
w[2] = {0xD8C0, 0xDC03};
163
const
char32_t
* wp = nullptr;
200
typedef std::codecvt_utf8_utf16<
char32_t
, 0x1000> C;
202
char32_t
w[2] = {0xD8C0, 0xDC03};
204
const
char32_t
* wp = nullptr;
234
typedef std::codecvt_utf8_utf16<
char32_t
, 0x10ffff, std::generate_header> C;
236
char32_t
w[2] = {0xD8C0, 0xDC03};
238
const
char32_t
* wp = nullptr;
codecvt_utf8_utf16_unshift.pass.cpp
48
typedef std::codecvt_utf8_utf16<
char32_t
> C;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h
105
typedef __atomic_base<
char32_t
> atomic_char32_t;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h
105
typedef __atomic_base<
char32_t
> atomic_char32_t;
Completed in 1515 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>