Searched refs:reservedStart (Results 1 – 2 of 2) sorted by relevance
69 reservedStart=0xA8, enumerator461 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicodeWithOffsets()766 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicode()
60 private static final int reservedStart=0xA8; field in CharsetSCSU492 …}else if(((b - gapThreshold)&UConverterConstants.UNSIGNED_BYTE_MASK)<(reservedStart - gapThreshold… in singleByteMode()