Home
last modified time | relevance | path

Searched refs:S (Results 51 – 75 of 26930) sorted by relevance

12345678910>>...1078

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp29 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
62 test(S(""), 0, 0, S(""), S("")); in test0()
63 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
66 test(S(""), 0, 1, S(""), S("")); in test0()
67 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
78 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
82 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
86 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
90 test(S("abcde"), 0, 5, S(""), S("")); in test0()
94 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
64 test(S(""), 0, 0, "", 0, S("")); in test0()
65 test(S(""), 0, 0, "12345", 0, S("")); in test0()
66 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
67 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
68 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
80 test(S(""), 0, 1, "", 0, S("")); in test0()
81 test(S(""), 0, 1, "12345", 0, S("")); in test0()
82 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
83 test(S(""), 0, 1, "12345", 2, S("12")); in test0()
[all …]
H A Diter_iter_pointer_size.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test()
24 typename S::size_type n2, S expected) in test()
40 test(S(""), 0, 0, "", 0, S("")); in test0()
41 test(S(""), 0, 0, "12345", 0, S("")); in test0()
42 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
43 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
44 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
45 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
46 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
104 test(S("abcde"), 0, 4, "", 0, S("e")); in test0()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
H A Diter_iter_pointer_size.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test()
24 typename S::size_type n2, S expected) in test()
40 test(S(""), 0, 0, "", 0, S("")); in test0()
41 test(S(""), 0, 0, "12345", 0, S("")); in test0()
42 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
43 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
44 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
45 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
46 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
104 test(S("abcde"), 0, 4, "", 0, S("e")); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp29 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
62 test(S(""), 0, 0, S(""), S("")); in test0()
63 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
66 test(S(""), 0, 1, S(""), S("")); in test0()
67 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
78 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
82 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
86 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
90 test(S("abcde"), 0, 5, S(""), S("")); in test0()
94 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
64 test(S(""), 0, 0, "", 0, S("")); in test0()
65 test(S(""), 0, 0, "12345", 0, S("")); in test0()
66 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
67 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
68 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
80 test(S(""), 0, 1, "", 0, S("")); in test0()
81 test(S(""), 0, 1, "12345", 0, S("")); in test0()
82 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
83 test(S(""), 0, 1, "12345", 2, S("12")); in test0()
[all …]
H A Diter_iter_pointer_size.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test()
24 typename S::size_type n2, S expected) in test()
40 test(S(""), 0, 0, "", 0, S("")); in test0()
41 test(S(""), 0, 0, "12345", 0, S("")); in test0()
42 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
43 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
44 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
45 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
46 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
104 test(S("abcde"), 0, 4, "", 0, S("e")); in test0()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp29 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
62 test(S(""), 0, 0, S(""), S("")); in test0()
63 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
66 test(S(""), 0, 1, S(""), S("")); in test0()
67 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
78 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
82 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
86 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
90 test(S("abcde"), 0, 5, S(""), S("")); in test0()
94 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
64 test(S(""), 0, 0, "", 0, S("")); in test0()
65 test(S(""), 0, 0, "12345", 0, S("")); in test0()
66 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
67 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
68 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
80 test(S(""), 0, 1, "", 0, S("")); in test0()
81 test(S(""), 0, 1, "12345", 0, S("")); in test0()
82 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
83 test(S(""), 0, 1, "12345", 2, S("12")); in test0()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
57 test(S(""), 0, 0, S(""), S("")); in test0()
58 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
61 test(S(""), 0, 1, S(""), S("")); in test0()
62 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
73 test(S("abcde"), 0, 1, S(""), S("bcde")); in test0()
77 test(S("abcde"), 0, 2, S(""), S("cde")); in test0()
81 test(S("abcde"), 0, 4, S(""), S("e")); in test0()
85 test(S("abcde"), 0, 5, S(""), S("")); in test0()
89 test(S("abcde"), 0, 6, S(""), S("")); in test0()
[all …]
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer_size.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, "", 0, S("")); in test0()
60 test(S(""), 0, 0, "12345", 0, S("")); in test0()
61 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
62 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
63 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
64 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
75 test(S(""), 0, 1, "", 0, S("")); in test0()
76 test(S(""), 0, 1, "12345", 0, S("")); in test0()
77 test(S(""), 0, 1, "12345", 1, S("1")); in test0()
[all …]
H A Diter_iter_pointer_size.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test()
24 typename S::size_type n2, S expected) in test()
40 test(S(""), 0, 0, "", 0, S("")); in test0()
41 test(S(""), 0, 0, "12345", 0, S("")); in test0()
42 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
43 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
44 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
45 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
46 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
104 test(S("abcde"), 0, 4, "", 0, S("e")); in test0()
[all …]

12345678910>>...1078