Home
last modified time | relevance | path

Searched refs:s16Length (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dbytesinkutil.cpp21 ByteSinkUtil::appendChange(int32_t length, const char16_t *s16, int32_t s16Length, in appendChange() argument
26 for (int32_t i = 0; i < s16Length;) { in appendChange()
28 int32_t desiredCapacity = s16Length - i; in appendChange()
40 for (; i < s16Length && j < capacity;) { in appendChange()
60 const char16_t *s16, int32_t s16Length, in appendChange() argument
67 return appendChange((int32_t)(limit - s), s16, s16Length, sink, edits, errorCode); in appendChange()
Dbytesinkutil.h25 const char16_t *s16, int32_t s16Length,
30 const char16_t *s16, int32_t s16Length,