Searched refs:MASK_VALID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLChar.java37 * <code>MASK_VALID</code>), yields the same results as calling the
58 public static final int MASK_VALID = 0x01; field in class:XMLChar
270 CHARS[j] |= MASK_VALID | MASK_CONTENT;
413 return (c < 0x10000 && (CHARS[c] & MASK_VALID) != 0) ||
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLChar.java36 * <code>MASK_VALID</code>), yields the same results as calling the
59 public static final int MASK_VALID = 0x01; field in class:XMLChar
792 return (c < 0x10000 && (CHARS[c] & MASK_VALID) != 0) ||
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/org/apache/xerces/util/
H A DXMLChar.java104 * <code>MASK_VALID</code>), yields the same results as calling the
127 public static final int MASK_VALID = 0x01; field in class:XMLChar
860 return (c < 0x10000 && (CHARS[c] & MASK_VALID) != 0) ||

Completed in 37 milliseconds