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

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java 36 * <code>MASK_VALID</code>), yields the same results as calling the
59 public static final int MASK_VALID = 0x01;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XMLChar.java 35 * <code>MASK_VALID</code>), yields the same results as calling the
57 public static final int MASK_VALID = 0x01;
269 CHARS[j] |= MASK_VALID | MASK_CONTENT;
412 return (c < 0x10000 && (CHARS[c] & MASK_VALID) != 0) ||
  /external/jdiff/
xerces.jar 

Completed in 25 milliseconds