Home
last modified time | relevance | path

Searched refs:fixedThreshold (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp68 /* values between reservedStart and fixedThreshold are reserved */
71 /* use table of predefined fixed offsets for values from fixedThreshold */
72 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()
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp68 /* values between reservedStart and fixedThreshold are reserved */
71 /* use table of predefined fixed offsets for values from fixedThreshold */
72 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()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp68 /* values between reservedStart and fixedThreshold are reserved */
71 /* use table of predefined fixed offsets for values from fixedThreshold */
72 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()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java59 /* values between reservedStart and fixedThreshold are reserved */
61 /* use table of predefined fixed offsets for values from fixedThreshold */
62 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()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 13 milliseconds