Home
last modified time | relevance | path

Searched defs:hasBoundaryBefore (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNorm2AllModes.java80 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
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java73 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
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnorm2allmodes.h215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore() function
303 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
339 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function
Dfilterednormalizer2.cpp326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
/third_party/node/deps/icu-small/source/common/
Dnorm2allmodes.h239 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
333 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
369 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
Dfilterednormalizer2.cpp326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
/third_party/icu/icu4c/source/common/
Dnorm2allmodes.h239 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
333 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
369 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
Dfilterednormalizer2.cpp326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
/third_party/skia/third_party/externals/icu/source/common/
Dnorm2allmodes.h239 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
333 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
369 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore() function
Dfilterednormalizer2.cpp326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer2.java381 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
DFilteredNormalizer2.java187 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java405 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
DFilteredNormalizer2.java199 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2974 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2971 public boolean hasBoundaryBefore(int c) { return false; } in hasBoundaryBefore() method in BasicTest.TestNormalizer2