Home
last modified time | relevance | path

Searched refs:m_firstch_map (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1788 private int[][] m_firstch_map; field in SAX2DTM2
1961 return m_firstch_map[identity>>>m_SHIFT][identity&m_MASK]; in _firstch2()
2317 m_firstch_map = m_firstch.getMap(); in endDocument()