Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp587 uprv_strcpy(fCurrency, other.fCurrency); in MeasureUnit()
596 uprv_strcpy(fCurrency, other.fCurrency); in operator =()
612 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
626 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0); in operator ==()
728 uprv_strncpy(fCurrency, isoCurrency, LENGTHOF(fCurrency)); in initCurrency()
735 fCurrency[0] = 0; in setTo()
Dwinnmfmt.cpp139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL) in Win32NumberFormat()
155 if (fCurrency) { in Win32NumberFormat()
175 if (fCurrency) { in ~Win32NumberFormat()
189 this->fCurrency = other.fCurrency; in operator =()
194 if (fCurrency) { in operator =()
228 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
300 if (fCurrency) { in format()
Dnumfmt.cpp243 fCurrency[0] = 0; in NumberFormat()
280 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =()
321 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
344 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1172 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1173 fCurrency[3] = 0; in setCurrency()
1175 fCurrency[0] = 0; in setCurrency()
1180 return fCurrency; in getCurrency()
Dwinnmfmt.h148 UBool fCurrency; variable
/external/chromium_org/third_party/icu/source/i18n/
Dwinnmfmt.cpp139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL) in Win32NumberFormat()
155 if (fCurrency) { in Win32NumberFormat()
175 if (fCurrency) { in ~Win32NumberFormat()
189 this->fCurrency = other.fCurrency; in operator =()
194 if (fCurrency) { in operator =()
228 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
300 if (fCurrency) { in format()
Dnumfmt.cpp226 fCurrency[0] = 0; in NumberFormat()
259 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =()
299 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
318 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1128 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1129 fCurrency[3] = 0; in setCurrency()
1131 fCurrency[0] = 0; in setCurrency()
1136 return fCurrency; in getCurrency()
Dwinnmfmt.h148 UBool fCurrency; variable
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h44 fCurrency[0] = 0; in MeasureUnit()
581 char fCurrency[4]; variable
584 fCurrency[0] = 0; in MeasureUnit()
Dnumfmt.h1075 UChar fCurrency[4]; variable
/external/chromium_org/third_party/icu/patches/
Dclang_win.patch25 UBool fCurrency;
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dnumfmt.h1017 UChar fCurrency[4]; variable