Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvscsu.c74 static const uint32_t staticOffsets[8]={ variable
403 *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()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java66 private static final int staticOffsets[]={ field in CharsetSCSU
429 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()