Searched refs:testInert (Results 1 – 3 of 3) sorted by relevance
472 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
1516 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const… in hasCompBoundaryAfter()1526 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) { in hasCompBoundaryAfter()
1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { in hasCompBoundaryAfter() argument1624 } else if(norm16>= (testInert ? minNoNo : minMaybeYes)) { in hasCompBoundaryAfter()