Home | History | Annotate | Download | only in i18n

Lines Matching refs:aruleSet

1192     const NFRuleSet* aruleSet = getRuleSet();
1193 if (withZeros && aruleSet != NULL) {
1199 aruleSet->format((int64_t)0, toInsertInto, apos + getPos());
1206 if (numberToFormat == longNF && aruleSet != NULL) {
1207 aruleSet->format(longNF, toInsertInto, apos + getPos());
1213 if (aruleSet != NULL) {
1214 aruleSet->format(numberToFormat, toInsertInto, apos + getPos());