Searched defs:hasBoundaryAfter (Results 1 – 9 of 9) sorted by relevance
77 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2192 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundary(c, false); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2242 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2278 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
73 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2188 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundary(c, false); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2238 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2274 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
212 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } in hasBoundaryAfter() function278 virtual UBool hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function312 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function
256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
118 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
393 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
193 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
418 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
206 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2