Home
last modified time | relevance | path

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

/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.h279 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE); in hasBoundaryAfter()
282 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE); in isInert()
Dnormalizer2impl.h472 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
Dnormalizer2impl.cpp1516 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const… in hasCompBoundaryAfter() function in Normalizer2Impl