Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrs.h39 void makeIntoFractionRuleSet() { fIsFractionRuleSet = TRUE; } in makeIntoFractionRuleSet()
50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet()
78 UBool fIsFractionRuleSet; variable
Dnfrs.cpp141 , fIsFractionRuleSet(FALSE) in NFRuleSet()
259 if (!fIsFractionRuleSet) { in parseRules()
351 fIsFractionRuleSet == rhs.fIsFractionRuleSet && in operator ==()
492 if (fIsFractionRuleSet) { in findNormalRule()
750 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) { in parse()
754 …UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalEx… in parse()