Lines Matching refs:byteOne
239 uint8_t state, byteOne; in _SCSUToUnicodeWithOffsets() local
261 byteOne=scsu->toUByteOne; in _SCSUToUnicodeWithOffsets()
387 byteOne=b; in _SCSUToUnicodeWithOffsets()
393 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicodeWithOffsets()
441 byteOne=(uint8_t)(b&0x1f); in _SCSUToUnicodeWithOffsets()
447 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL); in _SCSUToUnicodeWithOffsets()
502 byteOne=b; in _SCSUToUnicodeWithOffsets()
537 byteOne=b; in _SCSUToUnicodeWithOffsets()
543 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicodeWithOffsets()
567 scsu->toUByteOne=byteOne; in _SCSUToUnicodeWithOffsets()
592 uint8_t state, byteOne; in _SCSUToUnicode() local
611 byteOne=scsu->toUByteOne; in _SCSUToUnicode()
711 byteOne=b; in _SCSUToUnicode()
717 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicode()
747 byteOne=(uint8_t)(b&0x1f); in _SCSUToUnicode()
753 scsu->toUDynamicOffsets[dynamicWindow]=0x10000+(byteOne<<15UL | b<<7UL); in _SCSUToUnicode()
800 byteOne=b; in _SCSUToUnicode()
834 byteOne=b; in _SCSUToUnicode()
840 *target++=(UChar)((byteOne<<8)|b); in _SCSUToUnicode()
860 scsu->toUByteOne=byteOne; in _SCSUToUnicode()