Lines Matching refs:currencyFmt
927 …NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status… in TestCurrency() local
933 UnicodeString s; currencyFmt->format(1.50, s); in TestCurrency()
937 delete currencyFmt; in TestCurrency()
942 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc),status); in TestCurrency()
943 currencyFmt->format(1.50, s); in TestCurrency()
947 delete currencyFmt; in TestCurrency()
950 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
951 currencyFmt->format(1.50, s); in TestCurrency()
955 delete currencyFmt; in TestCurrency()
967 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
972 currencyFmt->format(1150.50, s); in TestCurrency()
981 delete currencyFmt; in TestCurrency()
3145 NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(loc, status); in TestJB3832() local
3150 currencyFmt->format(1150.50, s); in TestJB3832()
3159 delete currencyFmt; in TestJB3832()