Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java317 if (!idMatcher.reset(id).matches()) { in fixTransID()
320 String source = fixTransIDPart(idMatcher.group(1)); in fixTransID()
321 String target = fixTransIDPart(idMatcher.group(2)); in fixTransID()
322 String variant = fixTransIDPart(idMatcher.group(3)); in fixTransID()
345 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()
205 private static void showHtml(Matcher idMatcher) throws IOException { in showHtml() argument
215 if (!idMatcher.reset(keyboardId).matches()) { in showHtml()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...