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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java 34 * public. Using the character as an index into the <code>CHARS</code>
56 private static final byte[] CHARS = new byte[1 << 16];
98 CHARS[9] = 35;
99 CHARS[10] = 19;
100 CHARS[13] = 19;
101 CHARS[32] = 51;
102 CHARS[33] = 49;
103 CHARS[34] = 33;
104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
105 CHARS[38] = 1;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 33 * public. Using the character as an index into the <code>CHARS</code>
54 private static final byte[] CHARS = new byte[1 << 16];
269 CHARS[j] |= MASK_VALID | MASK_CONTENT;
275 CHARS[specialChar[i]] = (byte)(CHARS[specialChar[i]] & ~MASK_CONTENT);
280 CHARS[spaceChar[i]] |= MASK_SPACE;
285 CHARS[nameStartChar[i]] |= MASK_NAME_START | MASK_NAME |
290 CHARS[j] |= MASK_NAME_START | MASK_NAME |
295 CHARS[letterChar[i]] |= MASK_NAME_START | MASK_NAME |
301 CHARS[nameChar[i]] |= MASK_NAME | MASK_NCNAME
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 101 logln("\tTotal chars:\t\t\t" + nf.format(charCount));
124 checkGet(unicodeTestMap, TrieMap.Style.CHARS);
150 timeIteration(unicodeTestMap, comparisonTime, Style.CHARS, 3);
200 checkContents(unicodeTestMap, Style.CHARS);
236 checkSearch(Style.CHARS);
286 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20);
287 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.FAST, 20);
337 checkSize(size, Style.CHARS, Option.SMALL, 0.30);
338 checkSize(size, Style.CHARS, Option.FAST, 0.30);
397 timeGet(keys, unicodeTestMap, comparisonTime, Style.CHARS, 3)
    [all...]
TrieMap.java 34 BYTES, CHARS
383 return charsEntry.chars;
496 * Supports the following format for encoding chars (Unicode 16-bit code units). The format is slightly simpler and
604 buffer.append(Utility.hex(bytesEntry.chars))
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 348 milliseconds