Searched defs:NISTRING (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoderStateTables.java405 private static final int[] NISTRING = new int[256]; field in class:DecoderStateTables
776 public static final int NISTRING(final int index) { method in class:DecoderStateTables
777 return NISTRING[index];
807 constructTable(NISTRING, NISTRING_RANGES);

Completed in 490 milliseconds