Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
65 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()
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
65 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()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
65 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()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java55 * found. Therefore add gapOffset to all values from gapThreshold.
57 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()
/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 15 milliseconds