Home
last modified time | relevance | path

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

/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.
58 private static final int gapOffset = 0xAC00 ; field in CharsetSCSU
493 data.toUDynamicOffsets[dynamicWindow] = (b<<7L) + gapOffset; in singleByteMode()
759 /*for these characters we need to take the gapOffset into account*/ in getDynamicOffset()
761 return ((c-gapOffset)>>7); in getDynamicOffset()
/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
66 gapOffset=0xAC00, enumerator
462 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicodeWithOffsets()
767 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicode()
985 /* For these characters we need to take the gapOffset into account. */ in getDynamicOffset()
987 return (int)((c-gapOffset)>>7); in getDynamicOffset()
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
66 gapOffset=0xAC00, enumerator
462 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicodeWithOffsets()
767 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicode()
985 /* For these characters we need to take the gapOffset into account. */ in getDynamicOffset()
987 return (int)((c-gapOffset)>>7); in getDynamicOffset()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp63 * found. Therefore add gapOffset to all values from gapThreshold.
66 gapOffset=0xAC00, enumerator
462 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicodeWithOffsets()
767 scsu->toUDynamicOffsets[dynamicWindow]=(b<<7UL)+gapOffset; in _SCSUToUnicode()
985 /* For these characters we need to take the gapOffset into account. */ in getDynamicOffset()
987 return (int)((c-gapOffset)>>7); in getDynamicOffset()
/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 11 milliseconds