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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1530 _charBuffer[_charBufferLength++] = _utf8_lowSurrogate;
1575 ch[_charBufferLength++] = _utf8_lowSurrogate;
1647 _charBuffer[_charBufferLength++] = _utf8_lowSurrogate;
1696 _charBuffer[_charBufferLength++] = _utf8_lowSurrogate;
1735 private char _utf8_lowSurrogate; field in class:Decoder
1775 _utf8_lowSurrogate = (char) (0xDC00 | ((b3 << 6) & 0x03C0) | (b4 & 0x003F));
1777 return XMLChar.supplemental(_utf8_highSurrogate, _utf8_lowSurrogate);

Completed in 33 milliseconds