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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatchResult.java186 public int groupCount(); method in interface:MatchResult
H A DMatcher.java373 if (group > groupCount())
420 if (group > groupCount())
486 if (group < 0 || group > groupCount())
545 public int groupCount() { method in class:Matcher
822 if (groupCount() < newRefNum) {
H A DPattern.java4601 GroupTail(int localCount, int groupCount) { argument
4603 groupIndex = groupCount + groupCount;
4784 BackRef(int groupCount) { argument
4786 groupIndex = groupCount + groupCount;
4821 CIBackRef(int groupCount, boolean doUnicodeCase) { argument
4823 groupIndex = groupCount + groupCount;
/openjdk7/jdk/src/share/back/
H A DThreadGroupReferenceImpl.c104 jint groupCount; local
110 &groupCount, &theGroups);
124 (void)outStream_writeInt(out, groupCount);
125 for (i = 0; i < groupCount; i++) {
H A DVirtualMachineImpl.c534 jint groupCount; local
539 (gdata->jvmti, &groupCount, &groups);
545 (void)outStream_writeInt(out, groupCount);
546 for (i = 0; i < groupCount; i++) {
H A Dutil.c190 jint groupCount; local
232 groupCount = 0;
234 (gdata->jvmti, &groupCount, &groups);
238 if ( groupCount == 0 ) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1549 jint groupCount; local
1562 (gdata->jvmti, &groupCount, &groups);
1564 if ( groupCount > 0 ) {

Completed in 3818 milliseconds