Searched refs:hashslot (Results 1 – 1 of 1) sorted by relevance
109 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local110 if(hashslot<0) hashslot=-hashslot; in stringToIndex()113 int hashlast=m_hashStart[hashslot]; in stringToIndex()130 m_hashStart[hashslot]=newIndex; in stringToIndex()