Searched refs:CompoundCheckCLDR (Results 1 – 2 of 2) sorted by relevance
566 public static CompoundCheckCLDR getCheckAll(Factory factory, String nameMatcher) { in getCheckAll()567 return new CompoundCheckCLDR() in getCheckAll()1185 static class CompoundCheckCLDR extends CheckCLDR { class in CheckCLDR1190 public CompoundCheckCLDR add(CheckCLDR item) { in add()1302 public CompoundCheckCLDR setFilter(Matcher filter) { in setFilter()
25 import org.unicode.cldr.test.CheckCLDR.CompoundCheckCLDR;436 CompoundCheckCLDR checkCldr = CheckCLDR.getCheckAll(cldrFactory, checkFilter); in main()