Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() function
307 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toLower()
411 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toUpper()
495 … if (!appendResult(titleLimit-titleStart, c, s, sink, options, edits, errorCode)) { in ucasemap_internalUTF8ToTitle()
703 if (!appendResult(nextIndex - i, c, s, sink, options, edits, errorCode)) { in toUpper()
Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
281 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toLower()
372 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
473 destIndex=appendResult(dest, destIndex, destCapacity, c, s, in ustrcase_internalToTitle()
1151 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
/third_party/node/deps/icu-small/source/common/
Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() function
307 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toLower()
411 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toUpper()
495 … if (!appendResult(titleLimit-titleStart, c, s, sink, options, edits, errorCode)) { in ucasemap_internalUTF8ToTitle()
703 if (!appendResult(nextIndex - i, c, s, sink, options, edits, errorCode)) { in toUpper()
Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
281 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toLower()
372 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
473 destIndex=appendResult(dest, destIndex, destCapacity, c, s, in ustrcase_internalToTitle()
1151 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() function
307 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toLower()
411 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toUpper()
495 … if (!appendResult(titleLimit-titleStart, c, s, sink, options, edits, errorCode)) { in ucasemap_internalUTF8ToTitle()
703 if (!appendResult(nextIndex - i, c, s, sink, options, edits, errorCode)) { in toUpper()
Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
281 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toLower()
372 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
473 destIndex=appendResult(dest, destIndex, destCapacity, c, s, in ustrcase_internalToTitle()
1151 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
/third_party/skia/third_party/externals/icu/source/common/
Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() function
307 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toLower()
411 appendResult(srcIndex - cpStart, c, s, sink, options, edits, errorCode); in toUpper()
495 … if (!appendResult(titleLimit-titleStart, c, s, sink, options, edits, errorCode)) { in ucasemap_internalUTF8ToTitle()
703 if (!appendResult(nextIndex - i, c, s, sink, options, edits, errorCode)) { in toUpper()
Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() function
281 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toLower()
372 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
473 destIndex=appendResult(dest, destIndex, destCapacity, c, s, in ustrcase_internalToTitle()
1151 destIndex = appendResult(dest, destIndex, destCapacity, c, s, in toUpper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java367 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
505 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToLower()
582 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToUpper()
732 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
1434 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCaseMapImpl.java372 private static void appendResult(int result, Appendable dest, in appendResult() method in CaseMapImpl
510 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToLower()
587 appendResult(c, dest, srcIndex - cpStart, options, edits); in internalToUpper()
737 appendResult(c, dest, iter.getCPLength(), options, edits); in toTitle()
1439 appendResult(c, dest, nextIndex - i, options, edits); in toUpper()