Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DSubmissionLocales.java15 static Set<String> CLDR_LOCALES = ImmutableSet.<String>builder() field in SubmissionLocales
71 if (!SubmissionLocales.CLDR_LOCALES.contains(localeString)) { in allowEvenIfLimited()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java125 static final Set<String> CLDR_LOCALES = ImmutableSortedSet.copyOf(StandardCodes.make() field in TestAttributeValues
143 if (!CLDR_LOCALES.contains(ending)) { in addXMLFiles()