• Home
  • Raw
  • Download

Lines Matching refs:rbnf

1975     RuleBasedNumberFormat *rbnf =   in TestMultiplierSubstitution()  local
1981 rbnf->format(n, res, pos); in TestMultiplierSubstitution()
1982 delete rbnf; in TestMultiplierSubstitution()
1999 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2020 rbnf.format(number, result); in TestSetDecimalFormatSymbols()
2029 rbnf.setDecimalFormatSymbols(dfs); in TestSetDecimalFormatSymbols()
2031 rbnf.format(number, result); in TestSetDecimalFormatSymbols()
2227 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getEnglish(), status); in TestLargeNumbers() local
2250 doTest(&rbnf, enTestFullData, false); in TestLargeNumbers()
2263 …RuleBasedNumberFormat rbnf(numberPattern, UnicodeString(), Locale::getEnglish(), parseError, statu… in TestCompactDecimalFormatStyle() local
2285 doTest(&rbnf, enTestFullData, false); in TestCompactDecimalFormatStyle()
2290 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure() local
2298 rbnf.parse(spelledNumberString, actualNumber, status); in TestParseFailure()
2311 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, "en", status); in TestMinMaxIntegerDigitsIgnored() local
2313 rbnf.setMinimumIntegerDigits(2); in TestMinMaxIntegerDigitsIgnored()
2314 rbnf.setMaximumIntegerDigits(3); in TestMinMaxIntegerDigitsIgnored()
2316 rbnf.format(3, result.remove(), status); in TestMinMaxIntegerDigitsIgnored()
2318 rbnf.format(1012, result.remove(), status); in TestMinMaxIntegerDigitsIgnored()