Home
last modified time | relevance | path

Searched refs:hasCompBoundaryAfter (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h531 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
675 UBool hasCompBoundaryAfter(const UChar *start, const UChar *p,
677 UBool hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p,
Dnormalizer2impl.cpp1321 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in compose()
1411 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in compose()
1586 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in composeQuickCheck()
1815 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in composeUTF8()
2009 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2020 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
Dnorm2allmodes.h307 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
684 UBool hasCompBoundaryAfter(const UChar *start, const UChar *p,
686 UBool hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p,
Dnormalizer2impl.cpp1454 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in compose()
1544 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in compose()
1719 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in composeQuickCheck()
1948 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in composeUTF8()
2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
Dnorm2allmodes.h337 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
684 UBool hasCompBoundaryAfter(const UChar *start, const UChar *p,
686 UBool hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p,
Dnormalizer2impl.cpp1454 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in compose()
1544 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in compose()
1719 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in composeQuickCheck()
1948 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in composeUTF8()
2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
Dnorm2allmodes.h337 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
684 UBool hasCompBoundaryAfter(const UChar *start, const UChar *p,
686 UBool hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p,
Dnormalizer2impl.cpp1454 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in compose()
1544 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in compose()
1719 if (hasCompBoundaryAfter(*(src-1), onlyContiguous)) { in composeQuickCheck()
1948 hasCompBoundaryAfter(prevBoundary, prevSrc, onlyContiguous)) { in composeUTF8()
2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
Dnorm2allmodes.h337 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
Dn2builder.cpp357 norm.hasCompBoundaryAfter= in postProcess()
388 norm.hasCompBoundaryAfter= in postProcess()
486 if(norm.hasCompBoundaryAfter) { in writeNorm16()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
Dn2builder.cpp357 norm.hasCompBoundaryAfter= in postProcess()
388 norm.hasCompBoundaryAfter= in postProcess()
486 if(norm.hasCompBoundaryAfter) { in writeNorm16()
/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
Dn2builder.cpp357 norm.hasCompBoundaryAfter= in postProcess()
388 norm.hasCompBoundaryAfter= in postProcess()
486 if(norm.hasCompBoundaryAfter) { in writeNorm16()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1179 hasCompBoundaryAfter(s, prevBoundary, prevSrc, onlyContiguous)) { in compose()
1669 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2160 private boolean hasCompBoundaryAfter(CharSequence s, int start, int p, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2161 return start == p || hasCompBoundaryAfter(Character.codePointBefore(s, p), onlyContiguous); in hasCompBoundaryAfter()
DNorm2AllModes.java241 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1188 hasCompBoundaryAfter(s, prevBoundary, prevSrc, onlyContiguous)) { in compose()
1678 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2169 private boolean hasCompBoundaryAfter(CharSequence s, int start, int p, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2170 return start == p || hasCompBoundaryAfter(Character.codePointBefore(s, p), onlyContiguous); in hasCompBoundaryAfter()
DNorm2AllModes.java257 return impl.hasCompBoundaryAfter(c, onlyContiguous); in hasBoundaryAfter()