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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java985 transient int capturingGroupCount; field in class:Pattern
1306 capturingGroupCount = 1;
1333 capturingGroupCount = 1;
2236 if (capturingGroupCount - 1 < newRefNum) {
2800 namedGroups().put(name, capturingGroupCount-1);
2931 groupIndex = capturingGroupCount++;

Completed in 38 milliseconds