Searched refs:hasDecompBoundaryAfter (Results 1 – 16 of 16) 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()
946 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
530 UBool hasDecompBoundaryAfter(UChar32 c) const;548 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
243 return impl.hasDecompBoundaryAfter(c); in hasBoundaryAfter()
1079 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()