Home
last modified time | relevance | path

Searched refs:redundants (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java112 Collection<String> redundants = gen.getRedundants(new ArrayList<String>()); in showFlexibles() local
113 for (String item : redundants) { in showFlexibles()
DCheckDates.java224 redundants.clear(); in setCldrFileToCheck()
225 flexInfo.getRedundants(redundants); in setCldrFileToCheck()
279 Collection<String> redundants = new HashSet<String>(); field in CheckDates