Lines Matching refs:text1
1068 const char* text1 = "Red Roboto"; // [0:10)
1092 builder.addText(text1, strlen(text1));
1148 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text1));
2147 const char* text1 = "This text should be";
2174 builder.addText(text1, strlen(text1));
2268 const char* text1 = "No italic ";
2281 builder.addText(text1, strlen(text1));
3786 const char* text1 = "AVAVAWAH A0 V0 VA To The Lo";
3798 builder.addText(text1, strlen(text1));
4057 const char* text1 = "fluttser ";
4071 builder.addText(text1, strlen(text1));
4282 const char* text1 = "Roboto 字典 "; // Roboto + unresolved
4302 builder.addText(text1, strlen(text1));
4340 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 2); // From the text1 ("字典" - excluding the last space)
5042 test("text1", 0, false);
5043 test("text1", 1, true);
5102 auto test = [&](const char* text1,
5111 builder.addText(text1, strlen(text1));