Searched refs:LIST_MASK (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java73 private static final short LIST_MASK = ~LIST_FLAG; field in class:DTDGrammar
462 return (short) (fElementDeclType[chunk][index] & LIST_MASK);
490 elementDecl.type = (short) (fElementDeclType[chunk][index] & LIST_MASK);
555 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java134 private static final short LIST_MASK = ~LIST_FLAG; field in class:DTDGrammar
1247 return (short) (fElementDeclType[chunk][index] & LIST_MASK);
1276 elementDecl.type = (short) (fElementDeclType[chunk][index] & LIST_MASK);
1357 attributeType = (short) (fAttributeDeclType[chunk][index] & LIST_MASK);

Completed in 728 milliseconds