Searched refs:hasDecompBoundaryAfter (Results 1 – 9 of 9) sorted by relevance
524 UBool hasDecompBoundaryAfter(UChar32 c) const;542 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
945 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
203 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
1638 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl1689 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
1629 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl1680 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()