Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp42 , fRuleText(_ruleText) in NFRule()
48 if (!fRuleText.isEmpty()) { in NFRule()
49 parseRuleDescriptor(fRuleText, status); in NFRule()
125 description = rule1->fRuleText; in makeRules()
421 fRuleText = ruleText; in extractSubstitutions()
430 int32_t pluralRuleStart = fRuleText.indexOf(gDollarOpenParenthesis, -1, 0); in extractSubstitutions()
431 …int32_t pluralRuleEnd = (pluralRuleStart >= 0 ? fRuleText.indexOf(gClosedParenthesisDollar, -1, pl… in extractSubstitutions()
433 int32_t endType = fRuleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions()
438 … UnicodeString type(fRuleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2)); in extractSubstitutions()
451 fRuleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
[all …]
Dnfrule.h112 UnicodeString fRuleText; variable