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

/libcore/luni/src/main/java/java/util/regex/
H A DMatcher.java41 * Holds the start of the region, or 0 if the matching should start at the
47 * Holds the end of the region, or input.length() if the matching should
69 * Reflects whether the bounds of the region are anchoring.
74 * Reflects whether the bounds of the region are transparent.
153 * Resets the {@code Matcher}. This results in the region being set to the
166 * region being set to the whole input. Results of a previous find get lost.
180 * Resets the Matcher. A new input sequence and a new region can be
183 * the region. This is the internal version of reset() to which the several
189 * the start of the region.
191 * the end of the region
263 public Matcher region(int start, int end) { method in class:Matcher
[all...]

Completed in 103 milliseconds