Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java149 private static Set<String> COMMON_LOCALES; field in ShowLocaleCoverage
201COMMON_LOCALES = SimpleFactory.make(base + "/" + "common" + "/main", ".*").getAvailableLanguages(); in main()
214 if (COMMON_LOCALES == null) { in fixCommonLocales()
215 COMMON_LOCALES = factory.getAvailableLanguages(); in fixCommonLocales()
813 : COMMON_LOCALES.contains(locale) ? "C" in printData()