Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DFontFamilyTest.cpp209 const std::string baseScript; in TEST() member
294 EXPECT_TRUE(createLocale(testCase.baseScript).supportsHbScript(script)) in TEST()
295 << testCase.baseScript << " should support " << testCase.requestedScript; in TEST()
297 EXPECT_FALSE(createLocale(testCase.baseScript).supportsHbScript(script)) in TEST()
298 << testCase.baseScript << " shouldn't support " << testCase.requestedScript; in TEST()