Home | History | Annotate | Download | only in string_op+

Lines Matching refs:test0

37 test0(const S& lhs, const S& rhs, const S& x)
71 test0(S(""), S(""), S(""));
72 test0(S(""), S("12345"), S("12345"));
73 test0(S(""), S("1234567890"), S("1234567890"));
74 test0(S(""), S("12345678901234567890"), S("12345678901234567890"));
75 test0(S("abcde"), S(""), S("abcde"));
76 test0(S("abcde"), S("12345"), S("abcde12345"));
77 test0(S("abcde"), S("1234567890"), S("abcde1234567890"));
78 test0(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
79 test0(S("abcdefghij"), S(""), S("abcdefghij"));
80 test0(S("abcdefghij"), S("12345"), S("abcdefghij12345"));
81 test0(S("abcdefghij"), S("1234567890"), S("abcdefghij1234567890"));
82 test0(S("abcdefghij"), S("12345678901234567890"), S("abcdefghij12345678901234567890"));
83 test0(S("abcdefghijklmnopqrst"), S(""), S("abcdefghijklmnopqrst"));
84 test0(S("abcdefghijklmnopqrst"), S("12345"), S("abcdefghijklmnopqrst12345"));
85 test0(S("abcdefghijklmnopqrst"), S("1234567890"), S("abcdefghijklmnopqrst1234567890"));
86 test0(S("abcdefghijklmnopqrst"), S("12345678901234567890"), S("abcdefghijklmnopqrst12345678901234567890"));