Lines Matching refs:replIdx
1414 int32_t replIdx = 0; in appendReplacement() local
1415 while (replIdx < replacementLength) { in appendReplacement()
1416 UChar c = replacementText[replIdx]; in appendReplacement()
1417 replIdx++; in appendReplacement()
1431 if (replIdx >= replacementLength) { in appendReplacement()
1434 c = replacementText[replIdx]; in appendReplacement()
1440 &replIdx, // Index is updated by unescapeAt in appendReplacement()
1460 replIdx++; in appendReplacement()
1474 if (replIdx >= replacementLength) { in appendReplacement()
1477 U16_GET(replacementText, 0, replIdx, replacementLength, digitC); in appendReplacement()
1482 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()