Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DSubmissionLocales.java14 public static Set<String> NEW_CLDR_LOCALES = ImmutableSet.of( field in SubmissionLocales
36 .addAll(NEW_CLDR_LOCALES)
88 if (SubmissionLocales.NEW_CLDR_LOCALES.contains(localeString) || isError) { in allowEvenIfLimited()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java882 for (String locale : SubmissionLocales.NEW_CLDR_LOCALES) { in TestSubmissionLocales()