Searched refs:staticOffsets (Results 1 – 3 of 3) sorted by relevance
76 static const uint32_t staticOffsets[8]={ variable405 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()725 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()1200 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicodeWithOffsets()1202 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicodeWithOffsets()1683 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicode()1685 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicode()
68 private static final int staticOffsets[]={ field in CharsetSCSU431 target.put((char)(staticOffsets[quoteWindow] + b)); in singleByteMode()914 } else if((window = getWindow(staticOffsets))>=0){ in loop()916 c = ((SQ0+window)<<8) | (c - staticOffsets[window]); in loop()
2738 const deUint32 staticOffsets[] = in testResourceAccess() local2753 …sDynamicCase) ? (bindTimeOffsets.back()) : 0) + ((m_setViewOffset) ? (staticOffsets[parity]) : (0u… in testResourceAccess()2754 const deUint32 viewOffset = ((m_setViewOffset) ? (staticOffsets[parity]) : (0u)); in testResourceAccess()