Lines Matching refs:replIdx
1413 int32_t replIdx = 0; in appendReplacement() local
1414 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()
1476 if (replIdx >= replacementLength) { in appendReplacement()
1479 U16_GET(replacementText, 0, replIdx, replacementLength, c32); in appendReplacement()
1487 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
1499 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
1501 if (replIdx >= replacementLength) { in appendReplacement()
1505 U16_NEXT(replacementText, replIdx, replacementLength, c32); in appendReplacement()