Lines Matching refs:currency
47 CURRENCYFMTW currency; member
206 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status) in Win32NumberFormat() argument
207 …: NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocal… in Win32NumberFormat()
239 getCurrencyFormat(&fFormatInfo->currency, localeName); in Win32NumberFormat()
259 freeCurrencyFormat(&fFormatInfo->currency); in ~Win32NumberFormat()
287 freeCurrencyFormat(&fFormatInfo->currency); in operator =()
288 getCurrencyFormat(&fFormatInfo->currency, localeName); in operator =()
401 formatInfo.currency.NumDigits = (UINT) numDigits; in format()
405 formatInfo.currency.Grouping = 0; in format()
408 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
414 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
418 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()