Searched refs:lastMatchEnd (Results 1 – 1 of 1) sorted by relevance
1388 int32_t lastMatchEnd; in appendReplacement() local1390 lastMatchEnd = (int32_t)m->fLastMatchEnd; in appendReplacement()1395 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &tempStatus); in appendReplacement()1397 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()1399 for (i=lastMatchEnd; i<matchStart; i++) { in appendReplacement()