Searched refs:idMatcher (Results 1 – 2 of 2) sorted by relevance
318 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
102 Matcher idMatcher = PatternCache.get(idPattern).matcher(""); in main() local112 showHtml(idMatcher); in main()115 showRepertoire(idMatcher); in main()119 public static void showRepertoire(Matcher idMatcher) { in showRepertoire() argument133 if (!idMatcher.reset(keyboardId).matches()) { in showRepertoire()208 private static void showHtml(Matcher idMatcher) throws IOException { in showHtml() argument218 if (!idMatcher.reset(keyboardId).matches()) { in showHtml()