• Home
  • Raw
  • Download

Lines Matching refs:getUS

675     DecimalFormatSymbols sym(Locale::getUS(), status);  in TestPatterns()
733 DecimalFormatSymbols sym(Locale::getUS(), status); in TestExponential()
1051 DecimalFormatSymbols *sym = new DecimalFormatSymbols(Locale::getUS(), status); in TestQuotes()
1089 DecimalFormatSymbols* sym = new DecimalFormatSymbols(Locale::getUS(), status); in TestCurrencySign()
1245 NumberFormat::createCurrencyInstance(Locale::getUS(), ec); in TestCurrencyObject()
1266 expectCurrency(*fmt, Locale::getUS(), in TestCurrencyObject()
1286 expectCurrency(*fmt, Locale::getUS(), in TestCurrencyObject()
1600 DecimalFormatSymbols US(Locale::getUS(), status); in TestSecondaryGrouping()
1659 DecimalFormatSymbols US(Locale::getUS(), ec); in TestWhiteSpaceParsing()
1709 DecimalFormatSymbols US(Locale::getUS(), status); in TestExponent()
1726 DecimalFormatSymbols US(Locale::getUS(), status); in TestScientific()
1780 Locale::setDefault(Locale::getUS(), status); in TestScientific()
1792 expect2(NumberFormat::createScientificInstance(Locale::getUS(), status), in TestScientific()
1906 DecimalFormatSymbols US(Locale::getUS(), status); in TestPad()
2022 DecimalFormatSymbols US(Locale::getUS(), status); in TestPatterns2()
2083 DecimalFormatSymbols custom(Locale::getUS(), status); in TestSurrogateSupport()
2464 DecimalFormatSymbols *sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2486 sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2503 sym = new DecimalFormatSymbols(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2515 DecimalFormatSymbols sym2(Locale::getUS(), ec); in TestAdoptDecimalFormatSymbols()
2540 DecimalFormatSymbols sym(Locale::getUS(), ec); in TestPerMill()
2656 new DecimalFormatSymbols(Locale::getUS(), ec), ec); in TestCases()
3039 NumberFormat::createInstance(Locale::getUS(), ec); in expectCurrency()
3432 DecimalFormatSymbols US(Locale::getUS(), status); in TestNonpositiveMultiplier()
6889 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()
6907 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()
6938 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_PERCENT, status); in TestDecimal()
6960 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); in TestDecimal()
7656 DecimalFormatSymbols custom(Locale::getUS(), status); in TestCustomCurrencySignAndSeparator()