Home
last modified time | relevance | path

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

/frameworks/minikin/tests/
DFontFamilyTest.cpp33 static const FontLanguages& createFontLanguages(const std::string& input) { in createFontLanguages() function
220 const FontLanguages& singletonLangs = createFontLanguages("en"); in TEST_F()
225 const FontLanguages& twoLangs = createFontLanguages("en,fr"); in TEST_F()
232 const FontLanguages& oneUnsupported = createFontLanguages("abcd-example"); in TEST_F()
235 const FontLanguages& twoUnsupporteds = createFontLanguages("abcd-example,abcd-example"); in TEST_F()
239 const FontLanguages& firstUnsupported = createFontLanguages("abcd-example,en"); in TEST_F()
243 const FontLanguages& lastUnsupported = createFontLanguages("en,abcd-example"); in TEST_F()
254 const FontLanguages& langs = createFontLanguages("en,en-Latn"); in TEST_F()
259 const FontLanguages& fr = createFontLanguages("fr,fr-CA,fr-FR"); in TEST_F()
264 const FontLanguages& langs2 = createFontLanguages("en,fr,en-Latn"); in TEST_F()