Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java318 if (!idMatcher.reset(id).matches()) { in fixTransID()
321 String source = fixTransIDPart(idMatcher.group(1)); in fixTransID()
322 String target = fixTransIDPart(idMatcher.group(2)); in fixTransID()
323 String variant = fixTransIDPart(idMatcher.group(3)); in fixTransID()
346 static Matcher idMatcher = PatternCache.get(idPattern).matcher(""); field in ExtractICUData
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java102 Matcher idMatcher = PatternCache.get(idPattern).matcher(""); in main() local
112 showHtml(idMatcher); in main()
115 showRepertoire(idMatcher); in main()
119 public static void showRepertoire(Matcher idMatcher) { in showRepertoire() argument
133 if (!idMatcher.reset(keyboardId).matches()) { in showRepertoire()
208 private static void showHtml(Matcher idMatcher) throws IOException { in showHtml() argument
218 if (!idMatcher.reset(keyboardId).matches()) { in showHtml()