Searched refs:xpathFailures (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CLDRTest.java | 433 Set<String> xpathFailures = null; // don't collect in TestForIllegalAttributeValues() local 439 checkAttributeValidity(item, result, xpathFailures); in TestForIllegalAttributeValues() 508 …eckAttributeValidity(CLDRFile item, Map<String, Set<String>> badCodes, Set<String> xpathFailures) { in checkAttributeValidity() argument 521 checkValidity(xpath, element, attribute, avalue, badCodes, xpathFailures); in checkAttributeValidity() 572 Set<String> xpathFailures, boolean checkReplacements) { 577 if (xpathFailures != null) xpathFailures.add(xpath);
|