Searched refs:destStart (Results 1 – 3 of 3) sorted by relevance
144 int32_t destStart = tempStart; // copy new text to here in replace() local148 destStart += len; in replace()152 destStart++; in replace()154 int32_t destLimit = destStart; in replace()159 newStart = destLimit - destStart; // relative to start in replace()189 newStart = destLimit - destStart; // relative to start in replace()192 outLen = destLimit - destStart; in replace()195 text.copy(destStart, destLimit, start); in replace()
21 T *destStart = dest; in MyStringCopy() local23 return destStart; in MyStringCopy()