Home
last modified time | relevance | path

Searched refs:eightPointLocales (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java43 private final Set<String> eightPointLocales = new TreeSet<String>( field in TestCheckCLDR
221 for (String locale : getInclusion() <= 5 ? eightPointLocales : factory.getAvailable()) { in TestAllLocales()
DTestBasic.java123 private final ImmutableSet<String> eightPointLocales = ImmutableSet.of( field in TestBasic
490 for (String locale : getInclusion() <= 5 ? eightPointLocales : cldrFactory.getAvailable()) { in TestAbstractPaths()
564 … Set<String> localesToTest = getInclusion() <= 5 ? eightPointLocales : cldrFactory.getAvailable(); in TestPaths()