Searched defs:s16Length (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytesinkutil.cpp20 ByteSinkUtil::appendChange(int32_t length, const char16_t *s16, int32_t s16Length, argument
25 for (int32_t i = 0; i < s16Length;) {
27 int32_t desiredCapacity = s16Length - i;
39 for (; i < s16Length && j < capacity;) {
59 const char16_t *s16, int32_t s16Length,
66 return appendChange((int32_t)(limit - s), s16, s16Length, sink, edits, errorCode);
58 appendChange(const uint8_t *s, const uint8_t *limit, const char16_t *s16, int32_t s16Length, ByteSink &sink, Edits *edits, UErrorCode &errorCode) argument

Completed in 83 milliseconds