Searched defs:m_firstch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java66 protected SuballocatedIntVector m_firstch; field in class:DTMDefaultBase
213 m_firstch = new SuballocatedIntVector(blocksize, numblocks);
528 int info = (identity >= m_size) ? NOTPROCESSED : m_firstch.elementAt(identity);
541 info = m_firstch.elementAt(identity);

Completed in 36 milliseconds