Searched refs:getRuleSet (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfsubs.cpp | 106 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() 1282 …getRuleSet()->parse(workText, workPos, 1, nonNumericalExecutedRuleMask, temp); // parse zero or no… in doParse()
|
D | nfsubs.h | 49 const NFRuleSet* getRuleSet() const { return ruleSet; } in getRuleSet() function
|
/third_party/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 106 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() 1282 …getRuleSet()->parse(workText, workPos, 1, nonNumericalExecutedRuleMask, temp); // parse zero or no… in doParse()
|
D | nfsubs.h | 49 const NFRuleSet* getRuleSet() const { return ruleSet; } in getRuleSet() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfsubs.cpp | 106 bool doFloor = getRuleSet() != nullptr; in transformNumber() 1035 _ruleSet == getRuleSet()) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1042 ((NFRuleSet*)getRuleSet())->makeIntoFractionRuleSet(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1108 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1114 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1171 getRuleSet()->parse(workText, workPos, 10, nonNumericalExecutedRuleMask, temp); in doParse() 1244 const NFRuleSet* aruleSet = getRuleSet(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1300 …getRuleSet()->parse(workText, workPos, 1, nonNumericalExecutedRuleMask, temp); // parse zero or no… in doParse()
|
D | nfsubs.h | 49 const NFRuleSet* getRuleSet() const { return ruleSet; } in getRuleSet() function
|