Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java245 return impl.hasCompBoundaryAfter(c, onlyContiguous, false); in hasBoundaryAfter()
249 return impl.hasCompBoundaryAfter(c, onlyContiguous, true); in isInert()
DNormalizer2Impl.java1618 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { in hasCompBoundaryAfter() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java241 return impl.hasCompBoundaryAfter(c, onlyContiguous, false); in hasBoundaryAfter()
245 return impl.hasCompBoundaryAfter(c, onlyContiguous, true); in isInert()
DNormalizer2Impl.java1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { in hasCompBoundaryAfter() method
/external/icu/icu4c/source/common/
Dnorm2allmodes.h281 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE); in hasBoundaryAfter()
284 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE); in isInert()
Dnormalizer2impl.h474 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
Dnormalizer2impl.cpp1518 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const… in hasCompBoundaryAfter() function in Normalizer2Impl