Searched refs:hasDecompBoundaryBefore (Results 1 – 9 of 9) sorted by relevance
522 UBool hasDecompBoundaryBefore(UChar32 c) const;541 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()
215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
926 UBool Normalizer2Impl::hasDecompBoundaryBefore(UChar32 c) const { in hasDecompBoundaryBefore() function in Normalizer2Impl
201 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
1621 public boolean hasDecompBoundaryBefore(int c) { in hasDecompBoundaryBefore() method in Normalizer2Impl1688 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()
188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
1612 public boolean hasDecompBoundaryBefore(int c) { in hasDecompBoundaryBefore() method in Normalizer2Impl1679 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()