Searched refs:replIdx (Results 1 – 2 of 2) sorted by relevance
1413 int32_t replIdx = 0; in appendReplacement() local1414 while (replIdx < replacementLength && U_SUCCESS(*status)) { in appendReplacement()1415 UChar c = replacementText[replIdx]; in appendReplacement()1416 replIdx++; in appendReplacement()1430 if (replIdx >= replacementLength) { in appendReplacement()1433 c = replacementText[replIdx]; in appendReplacement()1439 &replIdx, // Index is updated by unescapeAt in appendReplacement()1459 replIdx++; in appendReplacement()1469 if (replIdx < replacementLength) { in appendReplacement()1470 U16_GET(replacementText, 0, replIdx, replacementLength, c32); in appendReplacement()[all …]
2202 unsigned replIdx = rewriterImpl.operationsWithChangedResults[i]; in finalize() local2203 auto &repl = *(rewriterImpl.replacements.begin() + replIdx); in finalize()