Lines Matching refs:getUS
212 DecimalFormatSymbols sym(Locale::getUS(), status); in TestPatterns()
270 DecimalFormatSymbols sym(Locale::getUS(), status); in TestExponential()
584 DecimalFormatSymbols *sym = new DecimalFormatSymbols(Locale::getUS(), status); in TestQuotes()
622 DecimalFormatSymbols* sym = new DecimalFormatSymbols(Locale::getUS(), status); in TestCurrencySign()
777 NumberFormat::createCurrencyInstance(Locale::getUS(), ec); in TestCurrencyObject()
798 expectCurrency(*fmt, Locale::getUS(), in TestCurrencyObject()
818 expectCurrency(*fmt, Locale::getUS(), in TestCurrencyObject()
1131 DecimalFormatSymbols US(Locale::getUS(), status); in TestSecondaryGrouping()
1190 DecimalFormatSymbols US(Locale::getUS(), ec); in TestWhiteSpaceParsing()
1240 DecimalFormatSymbols US(Locale::getUS(), status); in TestExponent()
1257 DecimalFormatSymbols US(Locale::getUS(), status); in TestScientific()
1311 Locale::setDefault(Locale::getUS(), status); in TestScientific()
1323 expect2(NumberFormat::createScientificInstance(Locale::getUS(), status), in TestScientific()
1437 DecimalFormatSymbols US(Locale::getUS(), status); in TestPad()
1553 DecimalFormatSymbols US(Locale::getUS(), status); in TestPatterns2()
1614 DecimalFormatSymbols custom(Locale::getUS(), status); in TestSurrogateSupport()
1964 DecimalFormatSymbols *sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
1986 sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2003 sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2015 DecimalFormatSymbols sym2(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2040 DecimalFormatSymbols sym(Locale::getUS(), ec); in TestPerMill()
2156 new DecimalFormatSymbols(Locale::getUS(), ec), ec); in TestCases()
2533 NumberFormat::createInstance(Locale::getUS(), ec); in expectCurrency()
2821 DecimalFormatSymbols US(Locale::getUS(), status); in TestNonpositiveMultiplier()
6268 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()
6286 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()
6317 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_PERCENT, status); in TestDecimal()
6334 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()