HomeSort by relevance Sort by last modified time
    Searched defs:CHARS (Results 1 - 14 of 14) 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/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMap.java 35 BYTES, CHARS
384 return charsEntry.chars;
497 * Supports the following format for encoding chars (Unicode 16-bit code units). The format is slightly simpler and
605 buffer.append(Utility.hex(bytesEntry.chars))
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
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/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.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 

Completed in 704 milliseconds