Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.cpp36 , ruleText() in NFRule()
121 rule1->ruleText = description; in makeRules()
182 rule2->ruleText.setTo(sbuf); in makeRules()
194 rule1->ruleText.setTo(sbuf); in makeRules()
412 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
418 if (ruleText.indexOf(gGreaterGreaterGreater) == subStart) { in extractSubstitution()
424 UChar c = ruleText.charAt(subStart); 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()
440 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()
[all …]
Dnfrule.h98 UnicodeString ruleText; variable