Lines Matching refs:byteOne
241 uint8_t state, byteOne; in _SCSUToUnicodeWithOffsets() local
263 byteOne=scsu->toUByteOne; in _SCSUToUnicodeWithOffsets()
389 byteOne=b; in _SCSUToUnicodeWithOffsets()
395 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicodeWithOffsets()
443 byteOne=(uint8_t)(b&0x1f); in _SCSUToUnicodeWithOffsets()
449 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL); in _SCSUToUnicodeWithOffsets()
504 byteOne=b; in _SCSUToUnicodeWithOffsets()
539 byteOne=b; in _SCSUToUnicodeWithOffsets()
545 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicodeWithOffsets()
569 scsu->toUByteOne=byteOne; in _SCSUToUnicodeWithOffsets()
594 uint8_t state, byteOne; in _SCSUToUnicode() local
613 byteOne=scsu->toUByteOne; in _SCSUToUnicode()
713 byteOne=b; in _SCSUToUnicode()
719 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicode()
749 byteOne=(uint8_t)(b&0x1f); in _SCSUToUnicode()
755 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL); in _SCSUToUnicode()
802 byteOne=b; in _SCSUToUnicode()
836 byteOne=b; in _SCSUToUnicode()
842 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicode()
862 scsu->toUByteOne=byteOne; in _SCSUToUnicode()