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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java119 private int fElementDeclLastAttributeDeclIndex[][] = new int[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
622 fElementDeclLastAttributeDeclIndex[chunk][index] = -1;
711 index = fElementDeclLastAttributeDeclIndex[elemChunk][elemIndex];
716 fElementDeclLastAttributeDeclIndex[elemChunk][elemIndex] = attributeDeclIndex;
756 fElementDeclLastAttributeDeclIndex = resize(fElementDeclLastAttributeDeclIndex, fElementDeclLastAttributeDeclIndex.length * 2);
765 fElementDeclLastAttributeDeclIndex[chunk] = new int[CHUNK_SIZE];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java193 private int fElementDeclLastAttributeDeclIndex[][] = new int[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1801 fElementDeclLastAttributeDeclIndex[chunk][index] = -1;
1905 index = fElementDeclLastAttributeDeclIndex[elemChunk][elemIndex];
1910 fElementDeclLastAttributeDeclIndex[elemChunk][elemIndex] = attributeDeclIndex;
2468 fElementDeclLastAttributeDeclIndex = resize(fElementDeclLastAttributeDeclIndex, fElementDeclLastAttributeDeclIndex.length * 2);
2480 fElementDeclLastAttributeDeclIndex[chunk] = new int[CHUNK_SIZE];

Completed in 55 milliseconds