Searched refs:EII (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoderStateTables.java37 // EII child states
66 // EII
68 // %00000000 to %00011111 EII no attributes small index
71 // %00100000 to %00100111 EII medium index
74 // %00101000 to %00101111 EII large index
75 // %00110000 EII very large index
82 // %00111000 EII namespaces
88 // %00111100 EII literal (no prefix, no namespace)
91 // %00111101 EII literal (no prefix, namespace)
97 // %00111111 EII litera
162 private static final int[] EII = new int[256]; field in class:DecoderStateTables
768 public static final int EII(final int index) { method in class:DecoderStateTables
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java279 switch(DecoderStateTables.EII(b)) {
995 switch(DecoderStateTables.EII(peek(this))) {
1225 switch(DecoderStateTables.EII(b)) {
1481 // EII large index
1485 // EII large large index
1778 switch (DecoderStateTables.EII(b)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java127 // Decode one Document Type II, Comment IIs, PI IIs and one EII
324 switch(DecoderStateTables.EII(_b)) {
627 switch(DecoderStateTables.EII(_b)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java447 // Decode one Document Type II, Comment IIs, PI IIs and one EII
584 switch(DecoderStateTables.EII(_b)) {
900 switch(DecoderStateTables.EII(_b)) {
1233 switch(DecoderStateTables.EII(_b)) {

Completed in 1643 milliseconds