Searched refs:REGION_LOCALES (Results 1 – 2 of 2) sorted by relevance
13 final HashSet<String> REGION_LOCALES = new HashSet<>(Arrays.asList(stock.split("\\|"))); in main() local17 if (REGION_LOCALES.contains(locale.toString())) { in main()23 if (REGION_LOCALES.contains(locale.toString())) { in main()
97 …private static final HashSet<String> REGION_LOCALES = new HashSet<>(Arrays.asList(stock.split("\\|… field in GenerateXMB212 if (!REGION_LOCALES.contains(file)) { in main()