Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
318 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
544 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
633 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
718 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
916 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
1056 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1472 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1515 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1528 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
[all …]
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
319 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
545 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
634 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
719 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
787 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
923 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1339 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1382 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1395 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
[all …]
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
318 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
544 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
633 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
718 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
916 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
1056 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1472 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1515 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1528 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
[all …]
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
318 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
544 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
633 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
718 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
916 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
1056 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1472 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1515 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1528 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
[all …]
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java228 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1560 buffer.appendZeroCC(c); in makeFCD()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java234 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1569 buffer.appendZeroCC(c); in makeFCD()