Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.cpp405 int32_t subEnd = subStart; in extractSubstitution() local
417 subEnd = subStart + 2; in extractSubstitution()
423 subEnd = ruleText.indexOf(c, subStart + 1); in extractSubstitution()
425 …if (c == gLessThan && subEnd != -1 && subEnd < ruleText.length() - 1 && ruleText.charAt(subEnd+1) … in extractSubstitution()
430 ++subEnd; in extractSubstitution()
437 if (subEnd == -1) { in extractSubstitution()
446 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
451 ruleText.removeBetween(subStart, subEnd+1); in extractSubstitution()