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

/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...]

Completed in 34 milliseconds