Home
last modified time | relevance | path

Searched refs:hasDecompBoundaryAfter (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h524 UBool hasDecompBoundaryAfter(UChar32 c) const;
542 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
Dnormalizer2impl.cpp946 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h530 UBool hasDecompBoundaryAfter(UChar32 c) const;
548 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h243 return impl.hasDecompBoundaryAfter(c); in hasBoundaryAfter()
Dnormalizer2impl.cpp1079 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h530 UBool hasDecompBoundaryAfter(UChar32 c) const;
548 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h243 return impl.hasDecompBoundaryAfter(c); in hasBoundaryAfter()
Dnormalizer2impl.cpp1079 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h530 UBool hasDecompBoundaryAfter(UChar32 c) const;
548 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h243 return impl.hasDecompBoundaryAfter(c); in hasBoundaryAfter()
Dnormalizer2impl.cpp1079 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNorm2AllModes.java203 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
DNormalizer2Impl.java1638 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl
1689 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
DNormalizer2Impl.java1629 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl
1680 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()