Searched refs:hashcandidate (Results 1 – 1 of 1) sorted by relevance
114 int hashcandidate=hashlast; in stringToIndex() local115 while(hashcandidate!=NULL) in stringToIndex()117 if(m_intToString.elementAt(hashcandidate).equals(s)) in stringToIndex()118 return hashcandidate; in stringToIndex()120 hashlast=hashcandidate; in stringToIndex()121 hashcandidate=m_hashChain.elementAt(hashcandidate); in stringToIndex()