Searched defs:hasBoundaryBefore (Results 1 – 12 of 12) sorted by relevance
80 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2201 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2254 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2293 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
73 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() function303 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function339 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function
326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
405 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
199 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
383 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
187 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
2971 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2
2974 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2