Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowLocaleCoverage.java790 Iterable<String> pathSource = new IterableFilter(file.fullIterable()); in showCoverage()
1145 static class IterableFilter implements Iterable<String> { class in ShowLocaleCoverage
1148 IterableFilter(Iterable<String> source) { in IterableFilter() method in ShowLocaleCoverage.IterableFilter