Searched refs:inCldrButNotTex (Results 1 – 1 of 1) sorted by relevance
1286 Set<String> inCldrButNotTex = new TreeSet<String>(cldr); in compareLists() local1287 inCldrButNotTex.removeAll(tex); in compareLists()1288 System.out.println(" inCldrButNotTex " + inCldrButNotTex); in compareLists()