Searched refs:desti (Results 1 – 1 of 1) sorted by relevance
2761 int32_t desti = 0; in charIterTextExtract() local2772 …U_ASSERT(desti+len>0); /* to ensure desti+len never exceeds MAX_INT32, which must not happen logic… in charIterTextExtract()2773 if (desti+len <= destCapacity) { in charIterTextExtract()2774 U16_APPEND_UNSAFE(dest, desti, c); in charIterTextExtract()2777 desti += len; in charIterTextExtract()2785 u_terminateUChars(dest, destCapacity, desti, status); in charIterTextExtract()2786 return desti; in charIterTextExtract()