Home
last modified time | relevance | path

Searched refs:DELTA_TCCC_1 (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java540 (value & DELTA_TCCC_MASK) > DELTA_TCCC_1) { in addPropertyStarts()
762 if (deltaTrailCC <= DELTA_TCCC_1) { in getFCD16FromNormData()
919 public static final int DELTA_TCCC_1=2; field in Normalizer2Impl
1647 return (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1; in norm16HasDecompBoundaryAfter()
2166 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : extraData.charAt(norm16 >> OFFSET_SHIFT) <= 0x1ff); in isTrailCC01ForCompBoundaryAfter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java549 (value & DELTA_TCCC_MASK) > DELTA_TCCC_1) { in addPropertyStarts()
771 if (deltaTrailCC <= DELTA_TCCC_1) { in getFCD16FromNormData()
928 public static final int DELTA_TCCC_1=2; field in Normalizer2Impl
1656 return (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1; in norm16HasDecompBoundaryAfter()
2175 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : extraData.charAt(norm16 >> OFFSET_SHIFT) <= 0x1ff); in isTrailCC01ForCompBoundaryAfter()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h410 DELTA_TCCC_1=2, enumerator
695 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : *getMapping(norm16) <= 0x1ff); in isTrailCC01ForCompBoundaryAfter()
H A Dnormalizer2impl.cpp490 (value & Normalizer2Impl::DELTA_TCCC_MASK) > Normalizer2Impl::DELTA_TCCC_1) {
1098 return (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1;
2244 if (deltaTrailCC <= DELTA_TCCC_1) {
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h410 DELTA_TCCC_1=2, enumerator
695 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : *getMapping(norm16) <= 0x1ff); in isTrailCC01ForCompBoundaryAfter()
H A Dnormalizer2impl.cpp490 (value & Normalizer2Impl::DELTA_TCCC_MASK) > Normalizer2Impl::DELTA_TCCC_1) {
1098 return (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1;
2244 if (deltaTrailCC <= DELTA_TCCC_1) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h410 DELTA_TCCC_1=2, enumerator
695 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : *getMapping(norm16) <= 0x1ff); in isTrailCC01ForCompBoundaryAfter()
H A Dnormalizer2impl.cpp490 (value & Normalizer2Impl::DELTA_TCCC_MASK) > Normalizer2Impl::DELTA_TCCC_1) {
1098 return (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1;
2244 if (deltaTrailCC <= DELTA_TCCC_1) {
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp465 offset|=Normalizer2Impl::DELTA_TCCC_1; in writeNorm16()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp465 offset|=Normalizer2Impl::DELTA_TCCC_1; in writeNorm16()

Completed in 23 milliseconds