Searched refs:redundants (Results 1 – 3 of 3) sorted by relevance
65 Set<String> redundants = UnicodeSets.getRedundantStrings(exemplarSet); in main() local67 remaining.removeAll(redundants); in main()72 for (String r : redundants) { in main()77 redundants.removeAll(forTranslit); in main()90 redundants.removeAll(indexSet); in main()91 indexSet.removeAll(redundants); in main()100 colAndEx.retainAll(redundants); in main()101 redundants.removeAll(colAndEx); in main()102 colExemplars.removeAll(redundants); in main()116 + "\t" + redundants in main()
111 Collection<String> redundants = gen.getRedundants(new ArrayList<String>()); in showFlexibles() local112 for (String item : redundants) { in showFlexibles()
232 redundants.clear(); in setCldrFileToCheck()236 flexInfo.getRedundants(redundants); in setCldrFileToCheck()301 Collection<String> redundants = new HashSet<>(); field in CheckDates