Home
last modified time | relevance | path

Searched defs:hasBoundaryAfter (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java77 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2
192 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundary(c, false); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2
242 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2
278 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java73 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2
188 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundary(c, false); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2
238 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2
274 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4c/source/common/
Dnorm2allmodes.h212 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } in hasBoundaryAfter() function
278 virtual UBool hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function
312 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function
Dfilterednormalizer2.cpp256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
Dnormalizer2.cpp118 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java393 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
DFilteredNormalizer2.java193 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java418 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
DFilteredNormalizer2.java206 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2