Home
last modified time | relevance | path

Searched refs:test_font (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
205 if (tag.compare(test_font) == 0) { in readTestFile()
Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
236 if (tag.compare(test_font) == 0) { in main()
Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
640 if (tag.compare(test_font) == 0) { in DataDrivenTest()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
209 if (tag.compare(test_font) == 0) { in readTestFile()
/external/skia/tests/
DFontMgrTest.cpp20 static void test_font(skiatest::Reporter* reporter) { in test_font() function
723 test_font(reporter); in DEF_TEST()
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py330 def test_font(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py203 def test_font(self): member in LabelTest