| D | size_string_size_size.pass.cpp | 89 test(S(""), 0, S(""), 1, 0, S("can't happen")); in test0() 112 test(S(""), 0, S("12345"), 6, 0, S("can't happen")); in test0() 136 test(S(""), 0, S("1234567890"), 11, 0, S("can't happen")); in test0() 165 test(S(""), 0, S("12345678901234567890"), 21, 0, S("can't happen")); in test1() 166 test(S(""), 1, S(""), 0, 0, S("can't happen")); in test1() 167 test(S(""), 1, S(""), 0, 1, S("can't happen")); in test1() 168 test(S(""), 1, S(""), 1, 0, S("can't happen")); in test1() 169 test(S(""), 1, S("12345"), 0, 0, S("can't happen")); in test1() 170 test(S(""), 1, S("12345"), 0, 1, S("can't happen")); in test1() 171 test(S(""), 1, S("12345"), 0, 2, S("can't happen")); in test1() [all …]
|