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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1476 decodeTwoToFourByteUtf8Character(b1, end);
1490 decodeTwoToFourByteUtf8Character(ch, b1, end);
1496 private void decodeTwoToFourByteUtf8Character(int b1, int end) throws IOException { method in class:Decoder
1541 private void decodeTwoToFourByteUtf8Character(char ch[], int b1, int end) throws IOException { method in class:Decoder

Completed in 65 milliseconds