Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dnumber_currencysymbols.cpp21 : fCurrency(currency), fLocaleName(locale.getName(), status) { in CurrencySymbols()
39 return fCurrency.getISOCurrency(); in getIsoCode()
65 const char16_t* isoCode = fCurrency.getISOCurrency(); in loadSymbol()
89 return UnicodeString(fCurrency.getISOCurrency(), 3); in getIntlCurrencySymbol()
93 const char16_t* isoCode = fCurrency.getISOCurrency(); in getPluralName()
Dwinnmfmt.cpp207 …: NumberFormat(), fCurrency(currency), fFormatInfo(nullptr), fFractionDigitsSet(false), fWindowsLo… in Win32NumberFormat()
238 if (fCurrency) { in Win32NumberFormat()
258 if (fCurrency) { in ~Win32NumberFormat()
274 this->fCurrency = other.fCurrency; in operator =()
287 if (fCurrency) { in operator =()
321 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
400 if (fCurrency) { in format()
Dnumfmt.cpp241 fCurrency[0] = 0; in NumberFormat()
278 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =()
279 fCurrency[3] = 0; in operator =()
320 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
343 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1187 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1188 fCurrency[3] = 0; in setCurrency()
1190 fCurrency[0] = 0; in setCurrency()
1195 return fCurrency; in getCurrency()
Dnumber_currencysymbols.h48 CurrencyUnit fCurrency;
Dwinnmfmt.h152 UBool fCurrency; variable
Dnumparse_affixes.h115 CombinedCurrencyMatcher fCurrency; variable
Dnumparse_affixes.cpp154 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_currencysymbols.cpp21 : fCurrency(currency), fLocaleName(locale.getName(), status) { in CurrencySymbols()
39 return fCurrency.getISOCurrency(); in getIsoCode()
65 const char16_t* isoCode = fCurrency.getISOCurrency(); in loadSymbol()
89 return UnicodeString(fCurrency.getISOCurrency(), 3); in getIntlCurrencySymbol()
93 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()
274 this->fCurrency = other.fCurrency; in operator =()
287 if (fCurrency) { in operator =()
321 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
400 if (fCurrency) { in format()
Dnumfmt.cpp241 fCurrency[0] = 0; in NumberFormat()
278 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =()
279 fCurrency[3] = 0; in operator =()
320 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
343 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1185 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1186 fCurrency[3] = 0; in setCurrency()
1188 fCurrency[0] = 0; in setCurrency()
1193 return fCurrency; in getCurrency()
Dnumber_currencysymbols.h46 CurrencyUnit fCurrency;
Dwinnmfmt.h152 UBool fCurrency; variable
Dnumparse_affixes.h113 CombinedCurrencyMatcher fCurrency; variable
Dnumparse_affixes.cpp154 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
/third_party/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp21 : fCurrency(currency), fLocaleName(locale.getName(), status) { in CurrencySymbols()
39 return fCurrency.getISOCurrency(); in getIsoCode()
65 const char16_t* isoCode = fCurrency.getISOCurrency(); in loadSymbol()
89 return UnicodeString(fCurrency.getISOCurrency(), 3); in getIntlCurrencySymbol()
93 const char16_t* isoCode = fCurrency.getISOCurrency(); in getPluralName()
Dwinnmfmt.cpp212 …: NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocal… in Win32NumberFormat()
243 if (fCurrency) { in Win32NumberFormat()
263 if (fCurrency) { in ~Win32NumberFormat()
279 this->fCurrency = other.fCurrency; in operator =()
292 if (fCurrency) { in operator =()
326 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
405 if (fCurrency) { in format()
Dnumfmt.cpp241 fCurrency[0] = 0; in NumberFormat()
278 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =()
279 fCurrency[3] = 0; in operator =()
320 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
343 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1185 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1186 fCurrency[3] = 0; in setCurrency()
1188 fCurrency[0] = 0; in setCurrency()
1193 return fCurrency; in getCurrency()
Dnumber_currencysymbols.h48 CurrencyUnit fCurrency;
Dwinnmfmt.h152 UBool fCurrency; variable
Dnumparse_affixes.h115 CombinedCurrencyMatcher fCurrency; variable
Dnumparse_affixes.cpp154 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumfmt.h1157 char16_t fCurrency[4]; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dnumfmt.h1157 char16_t fCurrency[4]; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumfmt.h1174 char16_t fCurrency[4]; variable