Searched refs:setLocales (Results 1 – 9 of 9) sorted by relevance
132 cfg1.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()133 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()135 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()136 cfg2.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()139 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()140 cfg2.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()142 cfg1.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()143 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()311 config.setLocales(LocaleList.forLanguageTags("fr,en")); in testDiff()673 config.setLocales(LocaleList.forLanguageTags("fr")); in testFixUpLocaleList()[all …]
296 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyLocaleIsOverridden()312 cfg.setLocales(LocaleList.forLanguageTags("az-Arab,ru")); in testUpdateConfiguration_copyLocales()327 cfg.setLocales(LocaleList.forLanguageTags("az-Arab")); in testUpdateConfiguration_emptyAfterUpdate()332 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()333 cfg.setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
115 FontMatcher& setLocales(const std::string& locales) { in setLocales() function in __anon6417662e0111::FontMatcher197 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter()211 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter_runLength()
48 config.setLocales(new LocaleList(Locale.US)); in testFormatFileSize()88 config.setLocales(new LocaleList(Locale.US)); in testFormatShortFileSize()
331 config.setLocales(new LocaleList(Locale.JAPAN)); in test_ContextLocaleIsUsed()
57 overrideConfig.setLocales(new LocaleList(locale)); in testConstructorWithContext()
157 config.setLocales(LocaleList.forLanguageTags("en-US,en-XC")); in runTestUpdateResourcesConfiguration()
193 newConfig.setLocales(LocaleList.forLanguageTags("ar")); in testListEllipsize_rtl()217 newConfig.setLocales(previousLocales); in testListEllipsize_rtl()
13783 method public void setLocales(@Nullable android.os.LocaleList);