Searched refs:appendChange (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 21 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()
|
D | bytesinkutil.h | 24 static UBool appendChange(int32_t length, 29 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
|
D | ucasemap.cpp | 156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
|
D | normalizer2impl.cpp | 1803 if (!ByteSinkUtil::appendChange(prevSrc, src, (const UChar *)mapping, length, in composeUTF8() 1980 if (!ByteSinkUtil::appendChange(prevSrc, src, buffer.getStart(), buffer.length(), in composeUTF8()
|