Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLocaleListCache.cpp103 if (result.size() >= FONT_LOCALE_LIMIT) { in parseLocaleList()
DLocale.h30 const size_t FONT_LOCALE_LIMIT = 12; variable
DFontCollection.cpp305 const size_t maxCompareNum = std::min(localeList.size(), FONT_LOCALE_LIMIT); in calcLocaleMatchingScore()