Lines Matching refs:StrCat
226 // Test the StrCat implementations
227 TEST(StringUtilTest, StrCat) {
231 s = StrCat("a", "b");
235 s = StrCat("a", "b", "c");
239 s = StrCat("a", "b", "c", "d");
243 s = StrCat("a", "b", "c", "d", "e");
247 s = StrCat("a", "b", "c", "d", "e", "f");
251 s = StrCat("a", "b", "c", "d", "e", "f", "g");
255 s = StrCat("a", "b", "c", "d", "e", "f", "g", "h");
259 s = StrCat("a", "b", "c", "d", "e", "f", "g", "h", "i");
263 s = StrCat("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k");