Searched refs:getById (Results 1 - 8 of 8) sorted by relevance

/frameworks/minikin/tests/
H A DFontLanguageListCacheTest.cpp52 TEST_F(FontLanguageListCacheTest, getById) {
56 FontLanguage english = FontLanguageListCache::getById(enLangId)[0];
57 FontLanguage japanese = FontLanguageListCache::getById(jpLangId)[0];
59 const FontLanguages& defLangs = FontLanguageListCache::getById(0);
62 const FontLanguages& langs = FontLanguageListCache::getById(FontLanguageListCache::getId("en"));
67 FontLanguageListCache::getById(FontLanguageListCache::getId("en,jp"));
H A DFontFamilyTest.cpp36 return FontLanguageListCache::getById(langId);
42 return FontLanguageListCache::getById(langId)[0];
H A DFontCollectionItemizeTest.cpp80 return FontLanguageListCache::getById(FontLanguageListCache::getId(lang_string));
/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.h39 static const FontLanguages& getById(uint32_t id);
H A DFontLanguageListCache.cpp134 const FontLanguages& FontLanguageListCache::getById(uint32_t id) { function in class:android::FontLanguageListCache
H A DFontCollection.cpp216 const FontLanguages& langs = FontLanguageListCache::getById(fontFamily->langId());
252 const FontLanguages& langList = FontLanguageListCache::getById(userLangListId);
253 const FontLanguages& fontLanguages = FontLanguageListCache::getById(fontFamily.langId());
H A DFontFamily.cpp163 const FontLanguages& languageList = FontLanguageListCache::getById(mLangId);
H A DLayout.cpp778 FontLanguageListCache::getById(ctx->style.getLanguageListId());

Completed in 100 milliseconds