/third_party/icu/icu4c/source/common/ |
H A 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()
|
H A D | bytesinkutil.h | 27 static UBool appendChange(int32_t length, 32 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
|
H A D | normalizer2impl.cpp | 845 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 D | ucasemap.cpp | 155 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
|
/third_party/node/deps/icu-small/source/common/ |
H A 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()
|
H A D | bytesinkutil.h | 27 static UBool appendChange(int32_t length, 32 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
|
H A D | normalizer2impl.cpp | 845 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 D | ucasemap.cpp | 155 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()
|
H A D | bytesinkutil.h | 24 static UBool appendChange(int32_t length, 29 static UBool appendChange(const uint8_t *s, const uint8_t *limit,
|
H A D | normalizer2impl.cpp | 845 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 D | ucasemap.cpp | 156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
|