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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1518 final char c = decodeUtf8ThreeByteChar(end, b1);
1563 final char c = decodeUtf8ThreeByteChar(end, b1);
1635 final char c = decodeUtf8ThreeByteChar(end, b1);
1684 final char c = decodeUtf8ThreeByteChar(end, b1);
1707 private char decodeUtf8ThreeByteChar(int end, int b1) throws IOException { method in class:Decoder

Completed in 58 milliseconds