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.java1139 Set<String> countriesWithoutOfficial = new TreeSet<String>(territories); in getExcelData() local
1140 countriesWithoutOfficial.remove("ZZ"); in getExcelData()
1166 countriesWithoutOfficial.remove(x.countryCode); in getExcelData()
1217 if (!countriesWithoutOfficial.contains(row.countryCode)) continue; in getExcelData()
1219 countriesWithoutOfficial.remove(row.countryCode); in getExcelData()