Lines Matching refs:rbnf
2009 RuleBasedNumberFormat *rbnf = in TestMultiplierSubstitution() local
2015 rbnf->format(n, res, pos); in TestMultiplierSubstitution()
2016 delete rbnf; in TestMultiplierSubstitution()
2033 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2054 rbnf.format(number, result); in TestSetDecimalFormatSymbols()
2063 rbnf.setDecimalFormatSymbols(dfs); in TestSetDecimalFormatSymbols()
2065 rbnf.format(number, result); in TestSetDecimalFormatSymbols()
2261 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getEnglish(), status); in TestLargeNumbers() local
2284 doTest(&rbnf, enTestFullData, false); in TestLargeNumbers()
2297 …RuleBasedNumberFormat rbnf(numberPattern, UnicodeString(), Locale::getEnglish(), parseError, statu… in TestCompactDecimalFormatStyle() local
2319 doTest(&rbnf, enTestFullData, false); in TestCompactDecimalFormatStyle()
2324 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure() local
2332 rbnf.parse(spelledNumberString, actualNumber, status); in TestParseFailure()
2345 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, "en", status); in TestMinMaxIntegerDigitsIgnored() local
2347 rbnf.setMinimumIntegerDigits(2); in TestMinMaxIntegerDigitsIgnored()
2348 rbnf.setMaximumIntegerDigits(3); in TestMinMaxIntegerDigitsIgnored()
2350 rbnf.format(3, result.remove(), status); in TestMinMaxIntegerDigitsIgnored()
2352 rbnf.format(1012, result.remove(), status); in TestMinMaxIntegerDigitsIgnored()