Home
last modified time | relevance | path

Searched refs:quoteWindow (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvscsu.c240 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()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java221 private byte quoteWindow ; field in CharsetSCSU.CharsetDecoderSCSU
241 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()