Lines Matching defs:currency
20 CurrencySymbols::CurrencySymbols(CurrencyUnit currency, const Locale& locale, UErrorCode& status)
21 : fCurrency(currency), fLocaleName(locale.getName(), status) {
26 CurrencySymbols::CurrencySymbols(CurrencyUnit currency, const Locale& locale,
28 : CurrencySymbols(currency, locale, status) {
43 // Note: currently no override is available for narrow currency symbol
48 // Note: currently no override is available for formal currency symbol
53 // Note: currently no override is available for variant currency symbol
74 // If given an unknown currency, ucurr_getName returns the input string, which we can't alias safely!
102 // If given an unknown currency, ucurr_getName returns the input string, which we can't alias safely!
119 if (!properties.currency.isNull()) {
120 return properties.currency.getNoError();
128 // Default currency (XXX)