Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp673 Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, in decomposeShort() function in Normalizer2Impl
823 decomposeShort(prevBoundary, src, STOP_AT_LIMIT, FALSE /* onlyContiguous */, in decomposeUTF8()
827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
857 Normalizer2Impl::decomposeShort(const uint8_t *src, const uint8_t *limit, in decomposeShort() function in Normalizer2Impl
1681 decomposeShort(prevSrc, src, FALSE /* !stopAtCompBoundary */, onlyContiguous, in compose()
1684 src = decomposeShort(src, limit, TRUE /* stopAtCompBoundary */, onlyContiguous, in compose()
2091 decomposeShort(prevSrc, src, STOP_AT_LIMIT, onlyContiguous, in composeUTF8()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
2402 decomposeShort(prevBoundary, src, FALSE, FALSE, *buffer, errorCode); in makeFCD()
Dnormalizer2impl.h661 const UChar *decomposeShort(const UChar *src, const UChar *limit,
667 const uint8_t *decomposeShort(const uint8_t *src, const uint8_t *limit,
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp673 Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, in decomposeShort() function in Normalizer2Impl
823 decomposeShort(prevBoundary, src, STOP_AT_LIMIT, FALSE /* onlyContiguous */, in decomposeUTF8()
827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
857 Normalizer2Impl::decomposeShort(const uint8_t *src, const uint8_t *limit, in decomposeShort() function in Normalizer2Impl
1681 decomposeShort(prevSrc, src, FALSE /* !stopAtCompBoundary */, onlyContiguous, in compose()
1684 src = decomposeShort(src, limit, TRUE /* stopAtCompBoundary */, onlyContiguous, in compose()
2091 decomposeShort(prevSrc, src, STOP_AT_LIMIT, onlyContiguous, in composeUTF8()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
2402 decomposeShort(prevBoundary, src, FALSE, FALSE, *buffer, errorCode); in makeFCD()
Dnormalizer2impl.h661 const UChar *decomposeShort(const UChar *src, const UChar *limit,
667 const uint8_t *decomposeShort(const uint8_t *src, const uint8_t *limit,
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp673 Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, in decomposeShort() function in Normalizer2Impl
823 decomposeShort(prevBoundary, src, STOP_AT_LIMIT, FALSE /* onlyContiguous */, in decomposeUTF8()
827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
857 Normalizer2Impl::decomposeShort(const uint8_t *src, const uint8_t *limit, in decomposeShort() function in Normalizer2Impl
1681 decomposeShort(prevSrc, src, FALSE /* !stopAtCompBoundary */, onlyContiguous, in compose()
1684 src = decomposeShort(src, limit, TRUE /* stopAtCompBoundary */, onlyContiguous, in compose()
2091 decomposeShort(prevSrc, src, STOP_AT_LIMIT, onlyContiguous, in composeUTF8()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
2402 decomposeShort(prevBoundary, src, FALSE, FALSE, *buffer, errorCode); in makeFCD()
Dnormalizer2impl.h661 const UChar *decomposeShort(const UChar *src, const UChar *limit,
667 const uint8_t *decomposeShort(const uint8_t *src, const uint8_t *limit,
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp674 Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit, in decomposeShort() function in Normalizer2Impl
736 Normalizer2Impl::decomposeShort(const uint8_t *src, const uint8_t *limit, in decomposeShort() function in Normalizer2Impl
1548 decomposeShort(prevSrc, src, FALSE /* !stopAtCompBoundary */, onlyContiguous, in compose()
1551 src = decomposeShort(src, limit, TRUE /* stopAtCompBoundary */, onlyContiguous, in compose()
1958 decomposeShort(prevSrc, src, FALSE /* !stopAtCompBoundary */, onlyContiguous, in composeUTF8()
1961 src = decomposeShort(src, limit, TRUE /* stopAtCompBoundary */, onlyContiguous, in composeUTF8()
2259 decomposeShort(prevBoundary, src, FALSE, FALSE, *buffer, errorCode); in makeFCD()
Dnormalizer2impl.h652 const UChar *decomposeShort(const UChar *src, const UChar *limit,
658 const uint8_t *decomposeShort(const uint8_t *src, const uint8_t *limit,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1311 decomposeShort(s, prevSrc, src, false /* !stopAtCompBoundary */, onlyContiguous, in compose()
1314 src = decomposeShort(s, src, limit, true /* stopAtCompBoundary */, onlyContiguous, in compose()
1582 decomposeShort(s, prevBoundary, src, false, false, buffer); in makeFCD()
1794 private int decomposeShort( in decomposeShort() method in Normalizer2Impl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1320 decomposeShort(s, prevSrc, src, false /* !stopAtCompBoundary */, onlyContiguous, in compose()
1323 src = decomposeShort(s, src, limit, true /* stopAtCompBoundary */, onlyContiguous, in compose()
1591 decomposeShort(s, prevBoundary, src, false, false, buffer); in makeFCD()
1803 private int decomposeShort( in decomposeShort() method in Normalizer2Impl