Searched refs:countriesWithoutOfficial (Results 1 – 1 of 1) sorted by relevance
1139 Set<String> countriesWithoutOfficial = new TreeSet<String>(territories); in getExcelData() local1140 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()