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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java204 * If anchoringBounds is true then the boundaries of this
207 boolean anchoringBounds = true; field in class:Matcher
1093 return anchoringBounds;
1118 anchoringBounds = b;

Completed in 1272 milliseconds