Home
last modified time | relevance | path

Searched defs:hasDecompBoundary (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp721 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const { in hasDecompBoundary() function in Normalizer2Impl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1575 public boolean hasDecompBoundary(int c, boolean before) { in hasDecompBoundary() method