Lines Matching refs:currencyFmt
926 …NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status… in TestCurrency() local
932 UnicodeString s; currencyFmt->format(1.50, s); in TestCurrency()
936 delete currencyFmt; in TestCurrency()
941 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc),status); in TestCurrency()
942 currencyFmt->format(1.50, s); in TestCurrency()
946 delete currencyFmt; in TestCurrency()
949 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
950 currencyFmt->format(1.50, s); in TestCurrency()
954 delete currencyFmt; in TestCurrency()
966 currencyFmt = NumberFormat::createCurrencyInstance(Locale(loc), status); in TestCurrency()
971 currencyFmt->format(1150.50, s); in TestCurrency()
980 delete currencyFmt; in TestCurrency()
3144 NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(loc, status); in TestJB3832() local
3149 currencyFmt->format(1150.50, s); in TestJB3832()
3158 delete currencyFmt; in TestJB3832()