HomeSort by relevance Sort by last modified time
    Searched refs:REGION_LOCALES (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
CollectExemplars.java 13 final HashSet<String> REGION_LOCALES = new HashSet<String>(Arrays.asList(stock.split("\\|")));
17 if (REGION_LOCALES.contains(locale.toString())) {
23 if (REGION_LOCALES.contains(locale.toString())) {
GenerateXMB.java 97 private static final HashSet<String> REGION_LOCALES = new HashSet<String>(Arrays.asList(stock.split("\\|")));
212 if (!REGION_LOCALES.contains(file)) {
    [all...]

Completed in 65 milliseconds