Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.cpp407 int32_t subEnd = subStart; in extractSubstitution() local
419 subEnd = subStart + 2; in extractSubstitution()
425 subEnd = ruleText.indexOf(c, subStart + 1); in extractSubstitution()
427 …if (c == gLessThan && subEnd != -1 && subEnd < ruleText.length() - 1 && ruleText.charAt(subEnd+1) … in extractSubstitution()
432 ++subEnd; in extractSubstitution()
439 if (subEnd == -1) { in extractSubstitution()
448 subToken.setTo(ruleText, subStart, subEnd + 1 - subStart); in extractSubstitution()
453 ruleText.removeBetween(subStart, subEnd+1); in extractSubstitution()