Searched refs:replIdx (Results 1 – 1 of 1) sorted by relevance
1411 int32_t replIdx = 0; in appendReplacement() local1412 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()[all …]