Home
last modified time | relevance | path

Searched refs:replIdx (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Duregex.cpp1413 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 U16_GET(replacementText, 0, replIdx, replacementLength, c32); in appendReplacement()
1474 if (replIdx >= replacementLength) { in appendReplacement()
[all …]