Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java350 static Matcher pathFix = PATH_FIX.matcher(""); field in GenerateXMB.SubmittedPathFixer
353 if (pathFix.reset(path).find()) { in fix()
357 RegexUtilities.showMismatch(PATH_FIX, path.substring(pathFix.start(0))); in fix()
359 final String group = pathFix.group(1); in fix()
361 …String trunkPath = path.substring(0, pathFix.start(0)) + replacement + path.substring(pathFix.end(… in fix()