Searched refs:fSubGroupCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java215 fSubGroupCount = grammar.fSubGroupCount;
216 if (fSubGroupCount > 0) {
218 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount);
856 if (fSubGroupCount == fSubGroups.length)
857 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE);
858 fSubGroups[fSubGroupCount++] = decl;
1159 private int fSubGroupCount = 0; field in class:SchemaGrammar
1166 if (fSubGroupCount < fSubGroups.length)
1167 fSubGroups = resize(fSubGroups, fSubGroupCount);
[all...]

Completed in 37 milliseconds