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()
288 freeCurrencyFormat(&fFormatInfo->currency); in operator =()
289 getCurrencyFormat(&fFormatInfo->currency, localeName); in operator =()
402 formatInfo.currency.NumDigits = (UINT) numDigits; in format()
406 formatInfo.currency.Grouping = 0; in format()
409 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
415 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
419 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()