/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Norm2AllModes.java | 80 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2 201 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2 254 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2 293 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 73 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2 188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2 238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2 274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 239 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 333 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 369 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function
|
D | filterednormalizer2.cpp | 326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
|
D | normalizer2.cpp | 164 virtual UBool hasBoundaryBefore(UChar32) const override { return true; } in hasBoundaryBefore() function in NoopNormalizer2
|
/external/icu/libicu/cts_headers/ |
D | norm2allmodes.h | 239 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 333 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 369 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function
|
/external/cronet/tot/third_party/icu/source/common/ |
D | norm2allmodes.h | 239 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 333 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 369 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function
|
D | filterednormalizer2.cpp | 326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
|
D | normalizer2.cpp | 164 virtual UBool hasBoundaryBefore(UChar32) const override { return true; } in hasBoundaryBefore() function in NoopNormalizer2
|
/external/cronet/stable/third_party/icu/source/common/ |
D | norm2allmodes.h | 239 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 333 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function 369 virtual UBool hasBoundaryBefore(UChar32 c) const override { in hasBoundaryBefore() function
|
D | filterednormalizer2.cpp | 326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
|
D | normalizer2.cpp | 164 virtual UBool hasBoundaryBefore(UChar32) const override { return true; } in hasBoundaryBefore() function in NoopNormalizer2
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer2.java | 400 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
|
D | FilteredNormalizer2.java | 187 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
D | Normalizer2.java | 422 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
|
D | FilteredNormalizer2.java | 199 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 2988 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 2991 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2
|