Searched refs:text4 (Results 1 – 6 of 6) sorted by relevance
96 $text4 = $template1->fill_in();105 print +(defined $text4 ? '' : 'not '), "ok $n\n";110 print +($text1 eq $text4 ? '' : 'not '), "ok $n\n";
725 const std::u16string text4 = u"\u202Dmno"; in bidi() local739 builder.addText(text4); in bidi()
212 const char* text4 = "const"; in drawCode() local223 builder.addText(text4, strlen(text4)); in drawCode()730 const std::u16string text4 = u"\u202Dmno"; in bidi() local744 builder.addText(text4); in bidi()
1027 const char* text4 = "Small Blue Roboto"; // [51:68) in UNIX_ONLY_TEST() local1078 builder.addText(text4, strlen(text4)); in UNIX_ONLY_TEST()2099 const char* text4 = " the next line."; in UNIX_ONLY_TEST() local2140 builder.addText(text4, strlen(text4)); in UNIX_ONLY_TEST()
249 const char* text4 = "Small Blue Roboto"; // [51:68) in DEF_TEST() local299 builder.addText(text4); in DEF_TEST()
1163 const char* text4 = "Small Blue Roboto"; in TEST_F() local1164 auto icu_text4 = icu::UnicodeString::fromUTF8(text4); in TEST_F()