Searched refs:gapThreshold (Results 1 – 2 of 2) sorted by relevance
63 gapThreshold=0x68, enumerator457 } else if(b<gapThreshold) { in _SCSUToUnicodeWithOffsets()459 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicodeWithOffsets()762 } else if(b<gapThreshold) { in _SCSUToUnicode()764 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicode()
55 private static final int gapThreshold=0x68; field in CharsetSCSU488 }else if(b<gapThreshold){ in singleByteMode()490 …}else if(((b - gapThreshold)&UConverterConstants.UNSIGNED_BYTE_MASK)<(reservedStart - gapThreshold… in singleByteMode()