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

/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h472 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
H A Dnormalizer2impl.cpp1516 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const {
1526 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) {
1532 // If testInert, then c must be a yesNo character which has lccc=0,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { argument
1624 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) {
1630 // If testInert, then c must be a yesNo character which has lccc=0,

Completed in 52 milliseconds