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