Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java1142 Set<String> countriesWithoutOfficial = new TreeSet<>(territories); in getExcelData() local
1143 countriesWithoutOfficial.remove("ZZ"); in getExcelData()
1169 countriesWithoutOfficial.remove(x.countryCode); in getExcelData()
1220 if (!countriesWithoutOfficial.contains(row.countryCode)) continue; in getExcelData()
1222 countriesWithoutOfficial.remove(row.countryCode); in getExcelData()