Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java313 List<String> myFailures = null; in shouldSkipPath() local
315 myFailures = failures; in shouldSkipPath()
317 String skipPath = pathFindRemover.get(path, null, matches, matcherFound, myFailures); in shouldSkipPath()
318 if (myFailures != null && failures.size() != 0) { in shouldSkipPath()