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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncodingConstants.java219 public static final int INTEGER_2ND_BIT_LARGE_LIMIT = INTEGER_MAXIMUM_SIZE; field in class:EncodingConstants
229 INTEGER_2ND_BIT_LARGE_LIMIT,
H A DEncoder.java2065 } else if (i < EncodingConstants.INTEGER_2ND_BIT_LARGE_LIMIT) {
2076 new Object[]{Integer.valueOf(EncodingConstants.INTEGER_2ND_BIT_LARGE_LIMIT)}));

Completed in 28 milliseconds