Home
last modified time | relevance | path

Searched refs:gapThreshold (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvscsu.c63 gapThreshold=0x68, enumerator
457 } 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()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java55 private static final int gapThreshold=0x68; field in CharsetSCSU
488 }else if(b<gapThreshold){ in singleByteMode()
490 …}else if(((b - gapThreshold)&UConverterConstants.UNSIGNED_BYTE_MASK)<(reservedStart - gapThreshold in singleByteMode()