Home
last modified time | relevance | path

Searched defs:hasCompBoundaryBefore (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.h469 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function
Dnormalizer2impl.cpp1489 UBool Normalizer2Impl::hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function in Normalizer2Impl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1611 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method
2101 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method