Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp139 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE) 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()
Dmeasunit.cpp1043 uprv_strcpy(fCurrency, other.fCurrency); in MeasureUnit()
1052 uprv_strcpy(fCurrency, other.fCurrency); in operator =()
1068 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1082 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0); in operator ==()
1224 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency)); in initCurrency()
1231 fCurrency[0] = 0; in setTo()
Dnumfmt.cpp242 fCurrency[0] = 0; in NumberFormat()
279 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =()
320 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
343 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1181 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1182 fCurrency[3] = 0; in setCurrency()
1184 fCurrency[0] = 0; in setCurrency()
1189 return fCurrency; in getCurrency()
Dwinnmfmt.h150 UBool fCurrency; variable
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h44 fCurrency[0] = 0; in MeasureUnit()
1281 char fCurrency[4]; variable
1284 fCurrency[0] = 0; in MeasureUnit()
Dnumfmt.h1073 UChar fCurrency[4]; variable