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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java171 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : null;
173 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : null;
491 String entity_reference_name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
494 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : null;
496 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : null;
667 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
677 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
690 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
708 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
718 decodeIdentifyingNonEmptyStringOnFirstBit(_
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java635 String name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
638 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
640 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
661 String name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
662 String system_identifier = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI);
665 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
667 String notation_name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
730 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
740 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
753 decodeIdentifyingNonEmptyStringOnFirstBit(_
918 protected final String decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) throws FastInfosetException, IOException { method in class:Decoder
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java491 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
493 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
773 String entity_reference_name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
776 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
778 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
1088 String entity_reference_name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
1091 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
1093 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
1495 final String target = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1502 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
1513 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
1527 decodeIdentifyingNonEmptyStringOnFirstBit(_v.localName),
1570 _piTarget = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
1597 String entity_reference_name = decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherNCName);
1600 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";
1602 ? decodeIdentifyingNonEmptyStringOnFirstBit(_v.otherURI) : "";

Completed in 288 milliseconds