HomeSort by relevance Sort by last modified time
    Searched defs:m_exptype (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 296 m_exptype.setElementAt(expandedNameID,nodeIndex);
303 // This should be done after m_exptype has been set, and probably should
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 61 protected SuballocatedIntVector m_exptype; field in class:DTMDefaultBase
210 m_exptype = new SuballocatedIntVector(blocksize, numblocks);
489 return m_exptype.elementAt(identity);
    [all...]

Completed in 181 milliseconds