Lines Matching refs:replIdx
1411 int32_t replIdx = 0; in appendReplacement() local
1412 while (replIdx < replacementLength && U_SUCCESS(*status)) { in appendReplacement()
1413 UChar c = replacementText[replIdx]; in appendReplacement()
1414 replIdx++; in appendReplacement()
1428 if (replIdx >= replacementLength) { in appendReplacement()
1431 c = replacementText[replIdx]; in appendReplacement()
1437 &replIdx, // Index is updated by unescapeAt in appendReplacement()
1457 replIdx++; in appendReplacement()
1467 U16_GET(replacementText, 0, replIdx, replacementLength, c32); in appendReplacement()
1472 if (replIdx >= replacementLength) { in appendReplacement()
1475 U16_GET(replacementText, 0, replIdx, replacementLength, c32); in appendReplacement()
1483 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
1495 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
1497 if (replIdx >= replacementLength) { in appendReplacement()
1501 U16_NEXT(replacementText, replIdx, replacementLength, c32); in appendReplacement()