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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 116 private final int array_of_bits[]; field in class:CharInfo
141 * in the array array_of_bits[] that is not used.
158 this.array_of_bits = createEmptySetOfIntegers(65535);
538 int max = charInfo.array_of_bits.length;
539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
615 array_of_bits[j] |= (1 << (i & LOW_ORDER_BITMASK));
636 in_the_set = (array_of_bits[j] &
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 122 milliseconds