Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DSubmissionLocales.java34 public static Set<String> CLDR_LOCALES = ImmutableSet.<String>builder() field in SubmissionLocales
96 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()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java1295 return SubmissionLocales.CLDR_LOCALES.contains(locale); in localeIsHighLevel()