Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java430 Set<String> xpathFailures = null; // don't collect in TestForIllegalAttributeValues() local
436 checkAttributeValidity(item, result, xpathFailures); in TestForIllegalAttributeValues()
503 …eckAttributeValidity(CLDRFile item, Map<String, Set<String>> badCodes, Set<String> xpathFailures) { in checkAttributeValidity() argument
515 checkValidity(xpath, element, attribute, avalue, badCodes, xpathFailures); in checkAttributeValidity()
566 Set<String> xpathFailures, boolean checkReplacements) {
571 if (xpathFailures != null) xpathFailures.add(xpath);