Lines Matching full:append
45 .Append("this is a new\\")
46 .Append("nline.")
53 .Append(" hey guys ")
54 .Append(" this is so cool ")
59 .Append(" \" wow, so many \t ")
60 .Append("spaces. \"what? ")
64 .Append(" where \t ")
65 .Append(" \nis the "
73 .Append(" hey guys\\n ")
74 .Append(" this \\t is so\\\\ cool ")
78 util::StringBuilder().Append("\\@\\?\\#\\\\\\'").ToString());
83 EXPECT_FALSE(builder.Append("they're coming!"));
88 util::StringBuilder().Append("\\u00AF\\u0AF0 woah").ToString());
90 EXPECT_FALSE(util::StringBuilder().Append("\\u00 yo"));