HomeSort by relevance Sort by last modified time
    Searched full:hashcandidate (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 114 int hashcandidate=hashlast; local
115 while(hashcandidate!=NULL)
117 if(m_intToString.elementAt(hashcandidate).equals(s))
118 return hashcandidate;
120 hashlast=hashcandidate;
121 hashcandidate=m_hashChain.elementAt(hashcandidate);

Completed in 109 milliseconds