Searched refs:hasFCDBoundaryBefore (Results 1 – 6 of 6) sorted by relevance
293 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore()
1688 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() method in Normalizer2Impl
274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore()
1679 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() method in Normalizer2Impl
339 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore()
541 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() function