Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMStringPool.java109 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
110 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
113 int hashlast=m_hashStart[hashslot]; in stringToIndex()
130 m_hashStart[hashslot]=newIndex; in stringToIndex()