Home
last modified time | relevance | path

Searched refs:hasCompBoundaryBefore (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1153 hasCompBoundaryBefore(s, src, limit)) { in compose()
1164 hasCompBoundaryBefore(s, src, limit)) { in compose()
1178 if (hasCompBoundaryBefore(s, src, limit) || in compose()
1205 } else if (hasCompBoundaryBefore(s, src, limit)) { in compose()
1666 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl
2147 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl
2153 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl
2154 return src == limit || hasCompBoundaryBefore(Character.codePointAt(s, src)); in hasCompBoundaryBefore()
2177 if(hasCompBoundaryBefore(c, norm16)) { in findPreviousCompBoundary()
2187 if(hasCompBoundaryBefore(c, norm16)) { in findNextCompBoundary()
DNorm2AllModes.java238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1162 hasCompBoundaryBefore(s, src, limit)) { in compose()
1173 hasCompBoundaryBefore(s, src, limit)) { in compose()
1187 if (hasCompBoundaryBefore(s, src, limit) || in compose()
1214 } else if (hasCompBoundaryBefore(s, src, limit)) { in compose()
1675 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl
2156 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl
2162 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl
2163 return src == limit || hasCompBoundaryBefore(Character.codePointAt(s, src)); in hasCompBoundaryBefore()
2186 if(hasCompBoundaryBefore(c, norm16)) { in findPreviousCompBoundary()
2196 if(hasCompBoundaryBefore(c, norm16)) { in findNextCompBoundary()
DNorm2AllModes.java254 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp1514 hasCompBoundaryBefore(src, limit)) { in compose()
1527 hasCompBoundaryBefore(src, limit)) { in compose()
1543 if (hasCompBoundaryBefore(src, limit) || in compose()
1570 } else if (hasCompBoundaryBefore(src, limit)) { in compose()
1915 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1928 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1947 if (hasCompBoundaryBefore(src, limit) || in composeUTF8()
1981 } else if (hasCompBoundaryBefore(src, limit)) { in composeUTF8()
2123 UBool Normalizer2Impl::hasCompBoundaryBefore(const UChar *src, const UChar *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
2133 UBool Normalizer2Impl::hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
[all …]
Dnormalizer2impl.h534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function
676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function
682 UBool hasCompBoundaryBefore(const UChar *src, const UChar *limit) const;
683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const;
Dnorm2allmodes.h334 return impl.hasCompBoundaryBefore(c); in hasBoundaryBefore()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp1514 hasCompBoundaryBefore(src, limit)) { in compose()
1527 hasCompBoundaryBefore(src, limit)) { in compose()
1543 if (hasCompBoundaryBefore(src, limit) || in compose()
1570 } else if (hasCompBoundaryBefore(src, limit)) { in compose()
1915 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1928 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1947 if (hasCompBoundaryBefore(src, limit) || in composeUTF8()
1981 } else if (hasCompBoundaryBefore(src, limit)) { in composeUTF8()
2123 UBool Normalizer2Impl::hasCompBoundaryBefore(const UChar *src, const UChar *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
2133 UBool Normalizer2Impl::hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
[all …]
Dnormalizer2impl.h534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function
676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function
682 UBool hasCompBoundaryBefore(const UChar *src, const UChar *limit) const;
683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const;
Dnorm2allmodes.h334 return impl.hasCompBoundaryBefore(c); in hasBoundaryBefore()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp1514 hasCompBoundaryBefore(src, limit)) { in compose()
1527 hasCompBoundaryBefore(src, limit)) { in compose()
1543 if (hasCompBoundaryBefore(src, limit) || in compose()
1570 } else if (hasCompBoundaryBefore(src, limit)) { in compose()
1915 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1928 hasCompBoundaryBefore(src, limit)) { in composeUTF8()
1947 if (hasCompBoundaryBefore(src, limit) || in composeUTF8()
1981 } else if (hasCompBoundaryBefore(src, limit)) { in composeUTF8()
2123 UBool Normalizer2Impl::hasCompBoundaryBefore(const char16_t *src, const char16_t *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
2133 UBool Normalizer2Impl::hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
[all …]
Dnormalizer2impl.h534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function
676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function
682 UBool hasCompBoundaryBefore(const char16_t *src, const char16_t *limit) const;
683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const;
Dnorm2allmodes.h334 return impl.hasCompBoundaryBefore(c); in hasBoundaryBefore()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
Dn2builder.cpp355 norm.hasCompBoundaryBefore= in postProcess()
374 } else if(!norm.hasCompBoundaryBefore) { in postProcess()
386 norm.hasCompBoundaryBefore= in postProcess()
/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.h93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
Dn2builder.cpp355 norm.hasCompBoundaryBefore= in postProcess()
374 } else if(!norm.hasCompBoundaryBefore) { in postProcess()
386 norm.hasCompBoundaryBefore= in postProcess()