Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp106 if (getRuleSet()) { in transformNumber()
1017 _ruleSet == getRuleSet()) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1024 ((NFRuleSet*)getRuleSet())->makeIntoFractionRuleSet(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1090 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1096 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1153 getRuleSet()->parse(workText, workPos, 10, nonNumericalExecutedRuleMask, temp); in doParse()
1226 const NFRuleSet* aruleSet = getRuleSet(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1282getRuleSet()->parse(workText, workPos, 1, nonNumericalExecutedRuleMask, temp); // parse zero or no… in doParse()
Dnfsubs.h49 const NFRuleSet* getRuleSet() const { return ruleSet; } in getRuleSet() function