Lines Matching full:aruleset
1239 const NFRuleSet* aruleSet = getRuleSet();
1240 if (withZeros && aruleSet != NULL) {
1246 aruleSet->format((int64_t)0, toInsertInto, apos + getPos());
1253 if (numberToFormat == longNF && aruleSet != NULL) {
1254 aruleSet->format(longNF, toInsertInto, apos + getPos());
1260 if (aruleSet != NULL) {
1261 aruleSet->format(numberToFormat, toInsertInto, apos + getPos());