Searched defs:hasBoundaryBefore (Results 1 – 9 of 9) sorted by relevance
75 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2190 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2240 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2276 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
71 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2186 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2236 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2272 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function275 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function311 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function
251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
117 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
377 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
185 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
401 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
197 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2