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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java231 fRGCount = grammar.fRGCount;
232 if (fRGCount > 0) {
235 System.arraycopy(grammar.fRedefinedGroupDecls, 0, fRedefinedGroupDecls, 0, fRGCount);
236 System.arraycopy(grammar.fRGLocators, 0, fRGLocators, 0, fRGCount);
1069 private int fRGCount = 0; field in class:SchemaGrammar
1093 if (fRGCount == fRedefinedGroupDecls.length) {
1095 fRedefinedGroupDecls = resize(fRedefinedGroupDecls, fRGCount << 1);
1096 fRGLocators = resize(fRGLocators, fRGCount);
1098 fRGLocators[fRGCount/
[all...]

Completed in 58 milliseconds