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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java136 private String[] fAttributeDeclEnumeration[][] = new String[INITIAL_CHUNK_COUNT][][]; field in class:DTDGrammar
559 fAttributeDeclEnumeration[chunk][index],
671 fAttributeDeclEnumeration[chunk][index] = null;
690 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
774 fAttributeDeclEnumeration = resize(fAttributeDeclEnumeration, fAttributeDeclEnumeration.length * 2);
786 fAttributeDeclEnumeration[chunk] = new String[CHUNK_SIZE][];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java213 private String[] fAttributeDeclEnumeration[][] = new String[INITIAL_CHUNK_COUNT][][]; field in class:DTDGrammar
1361 fAttributeDeclEnumeration[chunk][index],
1864 fAttributeDeclEnumeration[chunk][index] = null;
1883 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
2491 fAttributeDeclEnumeration = resize(fAttributeDeclEnumeration, fAttributeDeclEnumeration.length * 2);
2505 fAttributeDeclEnumeration[chunk] = new String[CHUNK_SIZE][];

Completed in 143 milliseconds