Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DSubmissionLocales.java12 static Set<String> NEW_CLDR_LOCALES = ImmutableSet.of("jv", "so", "ceb", "ha", "ig", "yo"); field in SubmissionLocales
17 .addAll(NEW_CLDR_LOCALES)
63 if (SubmissionLocales.NEW_CLDR_LOCALES.contains(localeString) || isError) { in allowEvenIfLimited()