Lines Matching defs:start
105 int32_t start,
117 text.handleReplaceBetween(start, limit, output);
137 // to destLimit. The start of the buffer has a single
145 int32_t tempStart = text.length(); // start of temp buffer
147 if (start > 0) {
148 int32_t len = U16_LENGTH(text.char32At(start-1));
149 text.copy(start-len, start, tempStart);
161 newStart = destLimit - destStart; // relative to start
191 newStart = destLimit - destStart; // relative to start
196 // Copy new text to start, and delete it
197 text.copy(destStart, destLimit, start);
201 text.handleReplaceBetween(start + outLen, limit + outLen, UnicodeString());
210 newStart = start;
219 newStart = start + outLen;
229 // to be relative to start.
230 newStart += start;