D | size_size_size_char.pass.cpp | 62 test(S(""), 0, 0, 10, '2', S("2222222222")); in test0() 66 test(S(""), 0, 1, 10, '2', S("2222222222")); in test0() 74 test(S("abcde"), 0, 0, 10, '2', S("2222222222abcde")); in test0() 78 test(S("abcde"), 0, 1, 10, '2', S("2222222222bcde")); in test0() 82 test(S("abcde"), 0, 2, 10, '2', S("2222222222cde")); in test0() 86 test(S("abcde"), 0, 4, 10, '2', S("2222222222e")); in test0() 90 test(S("abcde"), 0, 5, 10, '2', S("2222222222")); in test0() 94 test(S("abcde"), 0, 6, 10, '2', S("2222222222")); in test0() 171 test(S("abcdefghij"), 0, 0, 10, '2', S("2222222222abcdefghij")); in test1() 175 test(S("abcdefghij"), 0, 1, 10, '2', S("2222222222bcdefghij")); in test1() [all …]
|