HomeSort by relevance Sort by last modified time
    Searched refs:IDENT_MAX_DTMS (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 398 public static final int IDENT_MAX_DTMS = (IDENT_DTM_DEFAULT >>> IDENT_DTM_NODE_BITS) + 1;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 145 if(id>=IDENT_MAX_DTMS)
151 // We used to just allocate the array size to IDENT_MAX_DTMS.
164 int newlen=Math.min((id+256),IDENT_MAX_DTMS);
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 76 milliseconds