Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp2767 int32_t desti = 0; in charIterTextExtract() local
2778 …U_ASSERT(desti+len>0); /* to ensure desti+len never exceeds MAX_INT32, which must not happen logic… in charIterTextExtract()
2779 if (desti+len <= destCapacity) { in charIterTextExtract()
2780 U16_APPEND_UNSAFE(dest, desti, c); in charIterTextExtract()
2783 desti += len; in charIterTextExtract()
2791 u_terminateUChars(dest, destCapacity, desti, status); in charIterTextExtract()
2792 return desti; in charIterTextExtract()