Home
last modified time | relevance | path

Searched refs:text4 (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/external/perl/Text-Template-1.46/t/
D04-safe.t96 $text4 = $template1->fill_in();
105 print +(defined $text4 ? '' : 'not '), "ok $n\n";
110 print +($text1 eq $text4 ? '' : 'not '), "ok $n\n";
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp725 const std::u16string text4 = u"\u202Dmno"; in bidi() local
739 builder.addText(text4); in bidi()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp212 const char* text4 = "const"; in drawCode() local
223 builder.addText(text4, strlen(text4)); in drawCode()
730 const std::u16string text4 = u"\u202Dmno"; in bidi() local
744 builder.addText(text4); in bidi()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1027 const char* text4 = "Small Blue Roboto"; // [51:68) in UNIX_ONLY_TEST() local
1078 builder.addText(text4, strlen(text4)); in UNIX_ONLY_TEST()
2099 const char* text4 = " the next line."; in UNIX_ONLY_TEST() local
2140 builder.addText(text4, strlen(text4)); in UNIX_ONLY_TEST()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp249 const char* text4 = "Small Blue Roboto"; // [51:68) in DEF_TEST() local
299 builder.addText(text4); in DEF_TEST()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1163 const char* text4 = "Small Blue Roboto"; in TEST_F() local
1164 auto icu_text4 = icu::UnicodeString::fromUTF8(text4); in TEST_F()