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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncodingConstants.java65 public static final int INITIAL_VOCABULARY_NAMESPACE_NAMES_FLAG = 0x01; // 00000001 field in class:EncodingConstants
H A DDecoder.java471 if ((b & EncodingConstants.INITIAL_VOCABULARY_NAMESPACE_NAMES_FLAG) > 0) {

Completed in 29 milliseconds