HomeSort by relevance Sort by last modified time
    Searched defs:HASHPRIME (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 60 static final int HASHPRIME=101;
61 int[] m_hashStart=new int[HASHPRIME];
88 for(int i=0;i<HASHPRIME;++i)
109 int hashslot=s.hashCode()%HASHPRIME;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 403 milliseconds