Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java164 … private static Matcher numericIdMatcher = PatternCache.get("\\[@id=\"([^\"]+)\"\\]").matcher(""); field in ExtractMessages
175 numericIdMatcher.reset(path).find(); in handlePathValue()
176 String id = numericIdMatcher.group(1); in handlePathValue()
211 numericIdMatcher.reset(path).find(); in handlePathValue()
212 String numericId = numericIdMatcher.group(1); in handlePathValue()