Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp2788 int32_t desti = 0; in charIterTextExtract() local
2799 …U_ASSERT(desti+len>0); /* to ensure desti+len never exceeds MAX_INT32, which must not happen logic… in charIterTextExtract()
2800 if (desti+len <= destCapacity) { in charIterTextExtract()
2801 U16_APPEND_UNSAFE(dest, desti, c); in charIterTextExtract()
2804 desti += len; in charIterTextExtract()
2812 u_terminateUChars(dest, destCapacity, desti, status); in charIterTextExtract()
2813 return desti; in charIterTextExtract()