Searched defs:matcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DPatterns.java181 * @param matcher The Matcher object from which grouped text will
187 public static final String concatGroups(Matcher matcher) { argument
189 final int numGroups = matcher.groupCount();
192 String s = matcher.group(i);
208 * @param matcher The Matcher object from which digits and plus will
214 public static final String digitsAndPlusOnly(Matcher matcher) { argument
216 String matchingRegion = matcher.group();

Completed in 362 milliseconds