Lines Matching refs:start
137 int32_t start = pos.start;144 while (start < limit) {145 int32_t c = grokSupplementals ? text.char32At(start) : text.charAt(start);167 text.handleReplaceBetween(start, start + charLen, buf);168 start += buf.length();174 pos.start = start;