Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duregex.cpp1414 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()
[all …]