Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dstrrepl.cpp144 int32_t destStart = tempStart; // copy new text to here in replace() local
148 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()
/external/chromium_org/third_party/icu/source/i18n/
Dstrrepl.cpp144 int32_t destStart = tempStart; // copy new text to here in replace() local
148 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()
/external/lzma/CPP/Common/
DMyString.h21 T *destStart = dest; in MyStringCopy() local
23 return destStart; in MyStringCopy()