Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvscsu.cpp65 gapThreshold=0x68, enumerator
459 } else if(b<gapThreshold) { in _SCSUToUnicodeWithOffsets()
461 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicodeWithOffsets()
764 } else if(b<gapThreshold) { in _SCSUToUnicode()
766 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicode()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java57 private static final int gapThreshold=0x68; field in CharsetSCSU
490 }else if(b<gapThreshold){ in singleByteMode()
492 …}else if(((b - gapThreshold)&UConverterConstants.UNSIGNED_BYTE_MASK)<(reservedStart - gapThreshold in singleByteMode()