Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java121 …static RegexLookup<String> pathFindRemover = new RegexLookup<String>().loadFromFile(GenerateXMB.cl… field in GenerateXMB
317 String skipPath = pathFindRemover.get(path, null, matches, matcherFound, myFailures); in shouldSkipPath()