Home
last modified time | relevance | path

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

/external/icu/icu4c/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()
/external/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()
/external/icu/android_icu4j/src/main/java/android/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()
/external/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()