Searched refs:redundants (Results 1 – 2 of 2) sorted by relevance
112 Collection<String> redundants = gen.getRedundants(new ArrayList<String>()); in showFlexibles() local113 for (String item : redundants) { in showFlexibles()
224 redundants.clear(); in setCldrFileToCheck()225 flexInfo.getRedundants(redundants); in setCldrFileToCheck()279 Collection<String> redundants = new HashSet<String>(); field in CheckDates