Searched refs:getInclusion (Results 1 – 11 of 11) sorted by relevance
370 int maxPerDirectory = getInclusion() <= 5 ? 20 : Integer.MAX_VALUE; in TestNonLdml()490 checkDeprecated.show(getInclusion()); in TestNonLdml()
137 if (getInclusion() <= 5 in addXMLFiles()435 int maxPerDirectory = getInclusion() <= 5 ? 20 : Integer.MAX_VALUE; in oldTestCoreValidity()
171 boolean deepCheck = getInclusion() >= 10; in checkDtds()494 for (String locale : getInclusion() <= 5 ? eightPointLocales : cldrFactory.getAvailable()) { in TestAbstractPaths()567 … Set<String> localesToTest = getInclusion() <= 5 ? eightPointLocales : cldrFactory.getAvailable(); in TestPaths()1426 if (getInclusion() <= 5) { // Only run this test in exhaustive mode. in TestDtdComparisonsAll()
135 if (getInclusion() == 10 || files.size() <= max) { in getFilesToTest()139 if (getInclusion() > 5) { in getFilesToTest()140 max += (files.size() - 30) * (getInclusion() - 5) / 10; // use proportional amount in getFilesToTest()152 switch (getInclusion()) { in TestCompleteness()
142 int maxPathCount = (getInclusion() < 5) ? 1000 : 100000; in TestTestCache()343 for (String locale : getInclusion() <= 5 ? eightPointLocales : factory.getAvailable()) { in TestAllLocales()
286 if (getInclusion() <= 5) { in TestTransformIDs()
127 if (getInclusion() <= 5) { in TestCompatibility()
1035 boolean shortTest = getInclusion() < 10;
133 return getParams().getInclusion() == 0; in isQuick()445 public int getInclusion() { in getInclusion() method in TestFmwk.TestParams
132 return getParams().getInclusion() == 0; in isQuick()444 public int getInclusion() { in getInclusion() method in TestFmwk.TestParams
832 public int getInclusion() { in getInclusion() method in TestFmwk