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

/libcore/luni/src/main/java/java/util/regex/
H A DPattern.java39 * Matcher m = p.matcher(inputString);
296 public Matcher matcher(CharSequence input) { method in class:Pattern
416 * Equivalent to {@code Pattern.compile(regularExpression).matcher(input).matches()}.
/libcore/luni/src/main/java/java/util/
H A DScanner.java93 private Matcher matcher; field in class:Scanner
261 matcher = delimiter.matcher(buffer);
315 matcher.usePattern(MULTI_LINE_TERMINATOR);
316 matcher.region(findStartIndex, bufferLength);
321 if (matcher.find()) {
322 horizonLineSeparator = matcher.start();
323 terminatorLength = matcher.end() - matcher.start();
336 matcher
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 188 milliseconds