Home
last modified time | relevance | path

Searched refs:isctype (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp29 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
40 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp28 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/re/re.traits/
H A Disctype.pass.cpp29 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
40 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp28 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/re/re.traits/
H A Disctype.pass.cpp29 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
40 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp28 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/re/re.traits/
H A Disctype.pass.cpp28 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
32 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
33 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
37 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
38 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
39 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc44 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
45 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
48 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
49 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
50 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
51 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
52 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
56 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc45 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
46 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
49 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
50 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
51 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
52 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
53 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
57 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc44 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
45 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
48 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
49 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
50 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
51 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
52 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
56 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc44 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
45 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
48 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
49 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
50 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
51 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
52 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
56 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc44 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
45 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
48 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
49 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
50 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
51 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
52 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
56 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc43 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
44 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
45 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
47 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
48 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
49 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
50 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
51 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
55 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Disctype.cc44 VERIFY( t.isctype(L'_', t.lookup_classname(range(word)))); in test01()
45 VERIFY( t.isctype(L'A', t.lookup_classname(range(word)))); in test01()
46 VERIFY(!t.isctype(L'~', t.lookup_classname(range(word)))); in test01()
47 VERIFY(!t.isctype(L'e', t.lookup_classname(range(upper)))); in test01()
48 VERIFY( t.isctype(L'e', t.lookup_classname(range(lower)))); in test01()
49 VERIFY(!t.isctype(L'e', t.lookup_classname(range(nothing)))); in test01()
50 VERIFY(!t.isctype(L'_', t.lookup_classname(range(digit)))); in test01()
51 VERIFY( t.isctype(L' ', t.lookup_classname(range(blank)))); in test01()
52 VERIFY( t.isctype(L'\t', t.lookup_classname(range(blank)))); in test01()
56 VERIFY( t.isctype(L'\n', t.lookup_classname(range(blank)))); in test01()
[all …]

12345678910>>...40