Searched refs:cldrLocales (Results 1 – 3 of 3) sorted by relevance
28 Set<String> cldrLocales = sc.getLocaleCoverageLocales( in TestCLDROrganizationPresence() local31 cldrLocales); in TestCLDROrganizationPresence()33 cldrLocales != null && !cldrLocales.isEmpty()); in TestCLDROrganizationPresence()62 …private Set<String> checkCldrLocalesSuperset(Set<Level> level, Set<String> cldrLocales, Organizati… in checkCldrLocalesSuperset() argument64 if (!cldrLocales.containsAll(orgLocales)) { in checkCldrLocalesSuperset()65 Set<String> diff2 = new LinkedHashSet<>(Sets.difference(orgLocales, cldrLocales)); in checkCldrLocalesSuperset()
57 Set<String> cldrLocales = // new TreeSet<>(Arrays.asList(tests)); in ranges() local59 cldrLocales.addAll(STD.getLocaleCoverageLocales(Organization.google)); in ranges()61 writeRanges("Core", cldrLocales, missingMinimalPairs); in ranges()72 localesWithPlurals.removeAll(cldrLocales); in ranges()
920 Set<String> cldrLocales = factory.getAvailable(); in tryDifferentAlgorithm() local946 …} else if (literatePopulation >= MIN_UNOFFICIAL_CLDR_LANGUAGE_SIZE && cldrLocales.contains(locale)… in tryDifferentAlgorithm()961 + (cldrLocales.contains(locale) ? "\tin-CLDR" : "")); in tryDifferentAlgorithm()