Home
last modified time | relevance | path

Searched refs:testInert (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
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()
1526 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) { in hasCompBoundaryAfter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { in hasCompBoundaryAfter() argument
1624 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) { in hasCompBoundaryAfter()