Searched refs:hasFCDBoundaryBefore (Results 1 – 10 of 10) 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
370 return impl.hasFCDBoundaryBefore(c); in hasBoundaryBefore()
547 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() function