Home
last modified time | relevance | path

Searched defs:hasCompBoundaryAfter (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp2009 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2020 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
Dnormalizer2impl.h531 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
Dnormalizer2impl.cpp2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
Dnormalizer2impl.cpp2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h537 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() function
Dnormalizer2impl.cpp2142 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p, in hasCompBoundaryAfter() function in Normalizer2Impl
2153 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p, in hasCompBoundaryAfter() function in Normalizer2Impl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1669 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2160 private boolean hasCompBoundaryAfter(CharSequence s, int start, int p, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1678 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl
2169 private boolean hasCompBoundaryAfter(CharSequence s, int start, int p, boolean onlyContiguous) { in hasCompBoundaryAfter() method in Normalizer2Impl