Searched refs:COMMON_LOCALES (Results 1 – 1 of 1) sorted by relevance
149 private static Set<String> COMMON_LOCALES; field in ShowLocaleCoverage201 …COMMON_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()