Searched defs:hasCompBoundaryAfter (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNormalizer2Impl.java1618 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { method in class:Normalizer2Impl
2134 // We could also test hasCompBoundaryAfter() and return iter.codePointLimit,
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1518 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const { function in class:Normalizer2Impl
1557 // We could also test hasCompBoundaryAfter() and return iter.codePointLimit,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { method in class:Normalizer2Impl
2130 // We could also test hasCompBoundaryAfter() and return iter.codePointLimit,

Completed in 65 milliseconds