Searched refs:versionMatcher (Results 1 – 2 of 2) sorted by relevance
109 Matcher versionMatcher = PatternCache.get(MyOptions.Versions.option.getValue()).matcher(""); in main() local120 doGrowth(localeMatcher, versionMatcher, out, log, logPaths); in main()127 Matcher versionMatcher, in doGrowth() argument136 if (versionMatcher != null in doGrowth()137 && !versionMatcher in doGrowth()
547 Matcher versionMatcher = LdmlConvertRules.VERSION_PATTERN.matcher(""); in mapPathsToSections() local603 versionMatcher.reset(fullPath); in mapPathsToSections()604 if (versionMatcher.matches()) { in mapPathsToSections()