Searched defs:idMatcher (Results 1 – 2 of 2) sorted by relevance
102 Matcher idMatcher = PatternCache.get(idPattern).matcher(""); in main() local119 public static void showRepertoire(Matcher idMatcher) { in showRepertoire()205 private static void showHtml(Matcher idMatcher) throws IOException { in showHtml()
345 static Matcher idMatcher = PatternCache.get(idPattern).matcher(""); field in ExtractICUData