Searched refs:staticOffsets (Results 1 – 2 of 2) sorted by relevance
74 static const uint32_t staticOffsets[8]={ variable403 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()723 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()1198 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicodeWithOffsets()1200 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicodeWithOffsets()1666 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicode()1668 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicode()
66 private static final int staticOffsets[]={ field in CharsetSCSU429 target.put((char)(staticOffsets[quoteWindow] + b)); in singleByteMode()910 } else if((window = getWindow(staticOffsets))>=0){ in loop()912 c = ((SQ0+window)<<8) | (c - staticOffsets[window]); in loop()