Searched defs:hasBoundaryAfter (Results 1 – 11 of 11) sorted by relevance
82 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2203 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2256 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2295 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
75 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2240 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2276 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() function306 virtual UBool hasBoundaryAfter(UChar32 c) const U_OVERRIDE { in hasBoundaryAfter() function340 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function
331 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
165 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
397 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
195 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
422 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
208 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
2973 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2
2976 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2