Searched refs:getById (Results 1 – 8 of 8) sorted by relevance
52 TEST_F(FontLanguageListCacheTest, getById) { in TEST_F() argument56 FontLanguage english = FontLanguageListCache::getById(enLangId)[0]; in TEST_F()57 FontLanguage japanese = FontLanguageListCache::getById(jpLangId)[0]; in TEST_F()59 const FontLanguages& defLangs = FontLanguageListCache::getById(0); in TEST_F()62 const FontLanguages& langs = FontLanguageListCache::getById(FontLanguageListCache::getId("en")); in TEST_F()67 FontLanguageListCache::getById(FontLanguageListCache::getId("en,jp")); in TEST_F()
36 return FontLanguageListCache::getById(langId); in createFontLanguages()42 return FontLanguageListCache::getById(langId)[0]; in createFontLanguage()
80 return FontLanguageListCache::getById(FontLanguageListCache::getId(lang_string)); in registerAndGetFontLanguages()
39 static const FontLanguages& getById(uint32_t id);
216 const FontLanguages& langs = FontLanguageListCache::getById(fontFamily->langId()); in calcCoverageScore()252 const FontLanguages& langList = FontLanguageListCache::getById(userLangListId); in calcLanguageMatchingScore()253 const FontLanguages& fontLanguages = FontLanguageListCache::getById(fontFamily.langId()); in calcLanguageMatchingScore()
134 const FontLanguages& FontLanguageListCache::getById(uint32_t id) { in getById() function in android::FontLanguageListCache
163 const FontLanguages& languageList = FontLanguageListCache::getById(mLangId); in isColorEmojiFamily()
778 FontLanguageListCache::getById(ctx->style.getLanguageListId()); in doLayoutRun()