OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char16_t
(Results
151 - 175
of
636
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_and_explicit.pass.cpp
61
test<
char16_t
>();
atomic_fetch_or_explicit.pass.cpp
61
test<
char16_t
>();
atomic_fetch_xor_explicit.pass.cpp
61
test<
char16_t
>();
atomic_init.pass.cpp
63
test<
char16_t
>();
atomic_load.pass.cpp
63
test<
char16_t
>();
atomic_load_explicit.pass.cpp
63
test<
char16_t
>();
atomic_store.pass.cpp
63
test<
char16_t
>();
atomic_store_explicit.pass.cpp
63
test<
char16_t
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/
is_specialized.pass.cpp
49
test<
char16_t
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp
35
test<
char16_t
, 16>();
digits10.pass.cpp
39
test<
char16_t
, 4>();
has_denorm.pass.cpp
34
test<
char16_t
, std::denorm_absent>();
lowest.pass.cpp
42
test<
char16_t
>(0);
max.pass.cpp
42
test<
char16_t
>(USHRT_MAX);
max_digits10.pass.cpp
35
test<
char16_t
, 0>();
min.pass.cpp
42
test<
char16_t
>(0);
quiet_NaN.pass.cpp
55
test<
char16_t
>();
round_style.pass.cpp
34
test<
char16_t
, std::round_toward_zero>();
signaling_NaN.pass.cpp
55
test<
char16_t
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_unshift.pass.cpp
39
typedef std::codecvt_utf16<
char16_t
> C;
codecvt_utf8_in.pass.cpp
271
typedef std::codecvt_utf8<
char16_t
> C;
273
char16_t
w = 0;
275
char16_t
* wp = nullptr;
301
typedef std::codecvt_utf8<
char16_t
, 0x1000> C;
303
char16_t
w = 0;
305
char16_t
* wp = nullptr;
331
typedef std::codecvt_utf8<
char16_t
, 0xFFFFFFFF, std::consume_header> C;
333
char16_t
w = 0;
335
char16_t
* wp = nullptr;
codecvt_utf8_out.pass.cpp
337
typedef std::codecvt_utf8<
char16_t
> C;
339
char16_t
w = 0x1005;
341
const
char16_t
* wp = nullptr;
374
typedef std::codecvt_utf8<
char16_t
, 0x1000> C;
376
char16_t
w = 0x1005;
378
const
char16_t
* wp = nullptr;
411
typedef std::codecvt_utf8<
char16_t
, 0xFFFFFFFF, std::generate_header> C;
413
char16_t
w = 0x1005;
415
const
char16_t
* wp = nullptr;
codecvt_utf8_unshift.pass.cpp
39
typedef std::codecvt_utf8<
char16_t
> C;
codecvt_utf8_utf16_in.pass.cpp
259
typedef std::codecvt_utf8_utf16<
char16_t
> C;
261
char16_t
w[2] = {0};
263
char16_t
* wp = nullptr;
298
typedef std::codecvt_utf8_utf16<
char16_t
, 0x1000> C;
300
char16_t
w[2] = {0};
302
char16_t
* wp = nullptr;
334
typedef std::codecvt_utf8_utf16<
char16_t
, 0x10ffff, std::consume_header> C;
336
char16_t
w[2] = {0};
338
char16_t
* wp = nullptr;
codecvt_utf8_utf16_out.pass.cpp
288
typedef std::codecvt_utf8_utf16<
char16_t
> C;
290
char16_t
w[2] = {0xD8C0, 0xDC03};
292
const
char16_t
* wp = nullptr;
329
typedef std::codecvt_utf8_utf16<
char16_t
, 0x1000> C;
331
char16_t
w[2] = {0xD8C0, 0xDC03};
333
const
char16_t
* wp = nullptr;
363
typedef std::codecvt_utf8_utf16<
char16_t
, 0x10ffff, std::generate_header> C;
365
char16_t
w[2] = {0xD8C0, 0xDC03};
367
const
char16_t
* wp = nullptr;
Completed in 78 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>