Home
last modified time | relevance | path

Searched refs:appendChange (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/common/
H A 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()
H A Dbytesinkutil.h27 static UBool appendChange(int32_t length,
32 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
H A Dnormalizer2impl.cpp845 if (!ByteSinkUtil::appendChange(prevBoundary, src, buffer.getStart(), buffer.length(),
1936 if (!ByteSinkUtil::appendChange(prevSrc, src, (const UChar *)mapping, length,
2113 if (!ByteSinkUtil::appendChange(prevSrc, src, buffer.getStart(), buffer.length(),
H A Ducasemap.cpp155 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
/third_party/node/deps/icu-small/source/common/
H A 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()
H A Dbytesinkutil.h27 static UBool appendChange(int32_t length,
32 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
H A Dnormalizer2impl.cpp845 if (!ByteSinkUtil::appendChange(prevBoundary, src, buffer.getStart(), buffer.length(),
1936 if (!ByteSinkUtil::appendChange(prevSrc, src, (const char16_t *)mapping, length,
2113 if (!ByteSinkUtil::appendChange(prevSrc, src, buffer.getStart(), buffer.length(),
H A Ducasemap.cpp155 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
/third_party/skia/third_party/externals/icu/source/common/
H A 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()
H A Dbytesinkutil.h24 static UBool appendChange(int32_t length,
29 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
H A Dnormalizer2impl.cpp845 if (!ByteSinkUtil::appendChange(prevBoundary, src, buffer.getStart(), buffer.length(),
1936 if (!ByteSinkUtil::appendChange(prevSrc, src, (const UChar *)mapping, length,
2113 if (!ByteSinkUtil::appendChange(prevSrc, src, buffer.getStart(), buffer.length(),
H A Ducasemap.cpp156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()

Completed in 16 milliseconds