/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Norm2AllModes.java | 82 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/ |
D | Norm2AllModes.java | 75 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/ |
D | norm2allmodes.h | 216 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
|
D | filterednormalizer2.cpp | 331 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const { in hasBoundaryAfter() function in FilteredNormalizer2
|
D | normalizer2.cpp | 165 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryAfter() function in NoopNormalizer2
|
/external/icu/libicu/cts_headers/ |
D | norm2allmodes.h | 216 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
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer2.java | 399 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
|
D | FilteredNormalizer2.java | 195 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer2.java | 422 public abstract boolean hasBoundaryAfter(int c); in hasBoundaryAfter() method in Normalizer2
|
D | FilteredNormalizer2.java | 208 public boolean hasBoundaryAfter(int c) { in hasBoundaryAfter() method in FilteredNormalizer2
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 2976 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 2973 public boolean hasBoundaryAfter(int c) { return false; } in hasBoundaryAfter() method in BasicTest.TestNormalizer2
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |