Searched refs:getById (Results 1 – 10 of 10) sorted by relevance
45 TEST(LocaleListCacheTest, getById) { in TEST() argument48 Locale english = LocaleListCache::getById(enLangId)[0]; in TEST()49 Locale japanese = LocaleListCache::getById(jpLangId)[0]; in TEST()51 const LocaleList& defLangs = LocaleListCache::getById(0); in TEST()54 const LocaleList& locales = LocaleListCache::getById(LocaleListCache::getId("en")); in TEST()58 const LocaleList& locales2 = LocaleListCache::getById(LocaleListCache::getId("en,jp")); in TEST()
29 return LocaleListCache::getById(LocaleListCache::getId(localeStr)); in getLocaleList()
32 return LocaleListCache::getById(localeListId); in createLocaleList()37 return LocaleListCache::getById(localeListId)[0]; in createLocale()
137 const LocaleList& locales = LocaleListCache::getById(id); in getLocale()
112 return LocaleListCache::getById(LocaleListCache::getId(locale_string)); in registerAndGetLocaleList()
46 static inline const LocaleList& getById(uint32_t id) { in getById() function
178 switch (LocaleListCache::getById(localeListId).getEmojiStyle()) { in calcCoverageScore()217 const LocaleList& localeList = LocaleListCache::getById(userLocaleListId); in calcLocaleMatchingScore()218 const LocaleList& fontLocaleList = LocaleListCache::getById(fontFamily.localeListId()); in calcLocaleMatchingScore()
59 const LocaleList& localeList = LocaleListCache::getById(localeListId); in getEffectiveLocale()
119 mIsColorEmoji(LocaleListCache::getById(localeListId).getEmojiStyle() == in FontFamily()
462 const LocaleList& localeList = LocaleListCache::getById(paint.localeListId); in LayoutPiece()