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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java245 private int fNotationCount = 0; field in class:DTDGrammar
1456 if (notationDeclIndex < 0 || notationDeclIndex >= fNotationCount) {
1964 int chunk = fNotationCount >> CHUNK_SHIFT;
1966 return fNotationCount++;

Completed in 36 milliseconds