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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoderStateTables.java522 private static final int[] ISTRING = new int[256]; field in class:DecoderStateTables
780 public static final int ISTRING(final int index) { method in class:DecoderStateTables
781 return ISTRING[index];
810 constructTable(ISTRING, ISTRING_RANGES);

Completed in 140 milliseconds