Home
last modified time | relevance | path

Searched refs:fCurrency (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp21 : fCurrency(currency), fLocaleName(locale.getName(), status) { in CurrencySymbols()
39 return fCurrency.getISOCurrency(); in getIsoCode()
55 const char16_t* isoCode = fCurrency.getISOCurrency(); in loadSymbol()
80 return UnicodeString(fCurrency.getISOCurrency(), 3); in getIntlCurrencySymbol()
84 const char16_t* isoCode = fCurrency.getISOCurrency(); in getPluralName()
Dwinnmfmt.cpp207 …: NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocal… in Win32NumberFormat()
238 if (fCurrency) { in Win32NumberFormat()
258 if (fCurrency) { in ~Win32NumberFormat()
273 this->fCurrency = other.fCurrency; in operator =()
286 if (fCurrency) { in operator =()
320 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
399 if (fCurrency) { in format()
Dmeasunit.cpp1146 fCurrency[0] = 0; in MeasureUnit()
1153 uprv_strcpy(fCurrency, other.fCurrency); in MeasureUnit()
1162 uprv_strcpy(fCurrency, other.fCurrency); in operator =()
1178 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1192 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0); in operator ==()
1337 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency)); in initCurrency()
1338 fCurrency[3] = 0; in initCurrency()
1354 fCurrency[0] = 0; in setTo()
Dnumfmt.cpp242 fCurrency[0] = 0; in NumberFormat()
279 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =()
280 fCurrency[3] = 0; in operator =()
321 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
344 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1182 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1183 fCurrency[3] = 0; in setCurrency()
1185 fCurrency[0] = 0; in setCurrency()
1190 return fCurrency; in getCurrency()
Dnumber_currencysymbols.h42 CurrencyUnit fCurrency;
Dwinnmfmt.h152 UBool fCurrency; variable
Dnumparse_affixes.h143 CombinedCurrencyMatcher fCurrency; variable
Dnumparse_affixes.cpp193 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h1360 char fCurrency[4]; variable
1363 fCurrency[0] = 0; in MeasureUnit()
Dnumfmt.h1141 char16_t fCurrency[4]; variable