Home
last modified time | relevance | path

Searched refs:setLocales (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java113 cfg1.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
114 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
116 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
117 cfg2.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
120 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
121 cfg2.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
123 cfg1.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
124 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
208 config.setLocales(LocaleList.forLanguageTags("fr,en")); in testDiff()
531 config.setLocales(LocaleList.forLanguageTags("fr")); in testFixUpLocaleList()
[all …]
DResourcesTest.java261 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyLocaleIsOverridden()
276 cfg.setLocales(LocaleList.forLanguageTags("az-Arab,ru")); in testUpdateConfiguration_copyLocales()
290 cfg.setLocales(LocaleList.forLanguageTags("az-Arab")); in testUpdateConfiguration_emptyAfterUpdate()
295 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
296 cfg.setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp115 FontMatcher& setLocales(const std::string& locales) { in setLocales() function in __anon6417662e0111::FontMatcher
197 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter()
211 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter_runLength()
/cts/tests/tests/text/src/android/text/format/cts/
DFormatterTest.java48 config.setLocales(new LocaleList(Locale.US)); in testFormatFileSize()
88 config.setLocales(new LocaleList(Locale.US)); in testFormatShortFileSize()
DDateFormatTest.java330 config.setLocales(new LocaleList(Locale.JAPAN)); in test_ContextLocaleIsUsed()
/cts/tests/tests/text/src/android/text/style/cts/
DSuggestionSpanTest.java57 overrideConfig.setLocales(new LocaleList(locale)); in testConstructorWithContext()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java182 newConfig.setLocales(LocaleList.forLanguageTags("ar")); in testListEllipsize_rtl()
203 newConfig.setLocales(previousLocales); in testListEllipsize_rtl()