Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvscsu.cpp72 fixedThreshold=0xF9 enumerator
463 } else if(b>=fixedThreshold) { in _SCSUToUnicodeWithOffsets()
464 scsu->toUDynamicOffsets[dynamicWindow]=fixedOffsets[b-fixedThreshold]; in _SCSUToUnicodeWithOffsets()
768 } else if(b>=fixedThreshold) { in _SCSUToUnicode()
769 scsu->toUDynamicOffsets[dynamicWindow]=fixedOffsets[b-fixedThreshold]; in _SCSUToUnicode()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java62 private static final int fixedThreshold=0xF9; field in CharsetSCSU
494 }else if(b>=fixedThreshold){ in singleByteMode()
495 data.toUDynamicOffsets[dynamicWindow] = fixedOffsets[b-fixedThreshold]; in singleByteMode()