Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnvscsu.c62 gapThreshold=0x68, enumerator
456 } else if(b<gapThreshold) { in _SCSUToUnicodeWithOffsets()
458 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicodeWithOffsets()
761 } else if(b<gapThreshold) { in _SCSUToUnicode()
763 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) { in _SCSUToUnicode()