Searched refs:addSupportedLocale (Results 1 – 10 of 10) sorted by relevance
343 addSupportedLocale(*begin++); in setSupportedLocales()368 addSupportedLocale(converter(*begin++)); in setSupportedLocalesViaConverter()381 Builder &addSupportedLocale(const Locale &locale);
178 addSupportedLocale(locales[0]). in testBasics()179 addSupportedLocale(locales[1]). in testBasics()180 addSupportedLocale(locales[2]). in testBasics()211 addSupportedLocale(Locale::getEnglish()). in testBasics()357 addSupportedLocale("ar-EG"). in testResolvedLocale()
410 public Builder addSupportedLocale(Locale locale) { in addSupportedLocale() method in LocaleMatcher.Builder
426 public Builder addSupportedLocale(Locale locale) { in addSupportedLocale() method in LocaleMatcher.Builder
214 LocaleMatcher::Builder &LocaleMatcher::Builder::addSupportedLocale(const Locale &locale) { in addSupportedLocale() function in LocaleMatcher::Builder
133 setSupportedLocales(locales).addSupportedLocale(Locale.ENGLISH). in testBasics()
136 setSupportedLocales(locales).addSupportedLocale(Locale.ENGLISH). in testBasics()
1505 builder.addSupportedLocale( in BuildLocaleMatcher()