Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java82 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2
203 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2
256 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2
295 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.java75 public boolean hasBoundaryAfter(int c) { return true; } in hasBoundaryAfter() method in Norm2AllModes.NoopNormalizer2
190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.DecomposeNormalizer2
240 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in Norm2AllModes.ComposeNormalizer2
276 public boolean hasBoundaryAfter(int c) { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4c/source/common/
Dnorm2allmodes.h216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter() function
306 virtual UBool hasBoundaryAfter(UChar32 c) const U_OVERRIDE { in hasBoundaryAfter() function
340 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); } in hasBoundaryAfter() function
Dfilterednormalizer2.cpp331 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
Dnormalizer2.cpp165 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java397 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
DFilteredNormalizer2.java195 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java422 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
DFilteredNormalizer2.java208 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2973 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2976 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2