Lines Matching refs:currency
47 CURRENCYFMTW currency; member
211 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status) in Win32NumberFormat() argument
212 …: NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocal… in Win32NumberFormat()
244 getCurrencyFormat(&fFormatInfo->currency, localeName); in Win32NumberFormat()
264 freeCurrencyFormat(&fFormatInfo->currency); in ~Win32NumberFormat()
293 freeCurrencyFormat(&fFormatInfo->currency); in operator =()
294 getCurrencyFormat(&fFormatInfo->currency, localeName); in operator =()
407 formatInfo.currency.NumDigits = (UINT) numDigits; in format()
411 formatInfo.currency.Grouping = 0; in format()
414 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
420 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
424 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()