OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FONT_LANGUAGES_LIMIT
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
FontLanguageListCache.cpp
96
if (result.size() ==
FONT_LANGUAGES_LIMIT
) {
102
if (result.size() <
FONT_LANGUAGES_LIMIT
) {
FontLanguage.h
29
const size_t
FONT_LANGUAGES_LIMIT
= 12;
FontCollection.cpp
231
const size_t maxCompareNum = std::min(langList.size(),
FONT_LANGUAGES_LIMIT
);
Completed in 51 milliseconds