Searched refs:doneCountries (Results 1 – 1 of 1) sorted by relevance
597 private final static Set<String> doneCountries = new HashSet<>(); field in ConvertLanguageData.RowData647 if (doneCountries.contains(countryCode) == false) { in RowData()651 doneCountries.add(countryCode); in RowData()