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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 94 /** Copy the first 0,1 ... ASCII_MAX values into an array */
95 static final int ASCII_MAX = 128;
160 this.shouldMapAttrChar_ASCII = new boolean[ASCII_MAX];
161 this.shouldMapTextChar_ASCII = new boolean[ASCII_MAX];
426 if (value < ASCII_MAX)
449 if (value < ASCII_MAX)
660 if (charToMap < ASCII_MAX)
695 if (0 <= j && j < ASCII_MAX)
709 if (0 <= j && j < ASCII_MAX)
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 42 milliseconds