Lines Matching refs:quoteWindow
240 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() local
259 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() local
609 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicode()
689 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()
723 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()
726 uint32_t c=scsu->toUDynamicOffsets[quoteWindow]+(b&0x7f); in _SCSUToUnicode()
858 scsu->toUQuoteWindow=quoteWindow; in _SCSUToUnicode()