Home
last modified time | relevance | path

Searched refs:hasFCDBoundaryBefore (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNorm2AllModes.java293 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore()
DNormalizer2Impl.java1688 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() method in Normalizer2Impl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore()
DNormalizer2Impl.java1679 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() method in Normalizer2Impl
/third_party/node/deps/icu-small/source/common/
Dnorm2allmodes.h370 return impl.hasFCDBoundaryBefore(c); in hasBoundaryBefore()
Dnormalizer2impl.h547 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() function
/third_party/icu/icu4c/source/common/
Dnorm2allmodes.h370 return impl.hasFCDBoundaryBefore(c); in hasBoundaryBefore()
Dnormalizer2impl.h547 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() function
/third_party/skia/third_party/externals/icu/source/common/
Dnorm2allmodes.h370 return impl.hasFCDBoundaryBefore(c); in hasBoundaryBefore()
Dnormalizer2impl.h547 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore() function