Home
last modified time | relevance | path

Searched refs:appendChange (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dbytesinkutil.cpp21 ByteSinkUtil::appendChange(int32_t length, const char16_t *s16, int32_t s16Length, in appendChange() function in ByteSinkUtil
59 ByteSinkUtil::appendChange(const uint8_t *s, const uint8_t *limit, in appendChange() function in ByteSinkUtil
67 return appendChange((int32_t)(limit - s), s16, s16Length, sink, edits, errorCode); in appendChange()
Dbytesinkutil.h24 static UBool appendChange(int32_t length,
29 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
Ducasemap.cpp156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
Dnormalizer2impl.cpp1803 if (!ByteSinkUtil::appendChange(prevSrc, src, (const UChar *)mapping, length, in composeUTF8()
1980 if (!ByteSinkUtil::appendChange(prevSrc, src, buffer.getStart(), buffer.length(), in composeUTF8()