Searched refs:hasDecompBoundary (Results 1 – 5 of 5) sorted by relevance
188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore()190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundary(c, false); } in hasBoundaryAfter()
1575 public boolean hasDecompBoundary(int c, boolean before) { in hasDecompBoundary() method
211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore()212 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } in hasBoundaryAfter()
466 UBool hasDecompBoundary(UChar32 c, UBool before) const;
721 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const { in hasDecompBoundary() function in Normalizer2Impl