Searched refs:quoteWindow (Results 1 – 2 of 2) sorted by relevance
240 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() local259 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicodeWithOffsets()364 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets()403 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()409 uint32_t c=scsu->toUDynamicOffsets[quoteWindow]+(b&0x7f); in _SCSUToUnicodeWithOffsets()565 scsu->toUQuoteWindow=quoteWindow; in _SCSUToUnicodeWithOffsets()593 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicode() local609 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicode()689 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()723 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()[all …]
221 private byte quoteWindow ; field in CharsetSCSU.CharsetDecoderSCSU241 quoteWindow = data.toUQuoteWindow; in decodeLoop()387 quoteWindow = (byte)(b - SQ0); in singleByteMode()429 target.put((char)(staticOffsets[quoteWindow] + b)); in singleByteMode()435 int c = data.toUDynamicOffsets[quoteWindow] + (b&0x7f); in singleByteMode()588 data.toUQuoteWindow = quoteWindow; in endLoop()