Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMStringPool.java113 int hashlast=m_hashStart[hashslot]; in stringToIndex() local
114 int hashcandidate=hashlast; in stringToIndex()
120 hashlast=hashcandidate; in stringToIndex()
129 if(hashlast==NULL) // First for this hash in stringToIndex()
132 m_hashChain.setElementAt(newIndex,hashlast); in stringToIndex()