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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java321 private int fAttributeDeclIsExternal[][] = new int[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
380 return (fAttributeDeclIsExternal[chunk][index] != 0);
705 fAttributeDeclIsExternal[chunk][index] = (fReadingExternalDTD || fPEDepth > 0) ? 1 : 0;
2487 fAttributeDeclIsExternal = resize(fAttributeDeclIsExternal,
2488 fAttributeDeclIsExternal.length * 2);
2502 fAttributeDeclIsExternal[chunk] = new int[CHUNK_SIZE];

Completed in 48 milliseconds