Lines Matching refs:currencyFmt
732 …NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status… in TestCurrency() local
738 UnicodeString s; currencyFmt->format(1.50, s); in TestCurrency()
742 delete currencyFmt; in TestCurrency()
747 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc),status); in TestCurrency()
748 currencyFmt->format(1.50, s); in TestCurrency()
752 delete currencyFmt; in TestCurrency()
755 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
756 currencyFmt->format(1.50, s); in TestCurrency()
760 delete currencyFmt; in TestCurrency()
772 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
777 currencyFmt->format(1150.50, s); in TestCurrency()
786 delete currencyFmt; in TestCurrency()
2731 NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(loc, status); in TestJB3832() local
2736 currencyFmt->format(1150.50, s); in TestJB3832()
2745 delete currencyFmt; in TestJB3832()