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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java227 private short fContentSpecType[][] = new short[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1486 contentSpec.type = fContentSpecType[chunk][index];
1919 fContentSpecType[chunk][index] = -1;
1930 fContentSpecType[chunk][index] = contentSpec.type;
2559 if (chunk >= fContentSpecType.length) {
2560 fContentSpecType = resize(fContentSpecType, fContentSpecType.length * 2);
2564 else if (fContentSpecType[chunk] != null) {
2568 fContentSpecType[chun
[all...]

Completed in 36 milliseconds