Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp141 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE) in Win32NumberFormat()
157 if (fCurrency) { in Win32NumberFormat()
177 if (fCurrency) { in ~Win32NumberFormat()
191 this->fCurrency = other.fCurrency; in operator =()
196 if (fCurrency) { in operator =()
230 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat… in parse()
302 if (fCurrency) { in format()
Dmeasunit.cpp1095 uprv_strcpy(fCurrency, other.fCurrency); in MeasureUnit()
1104 uprv_strcpy(fCurrency, other.fCurrency); in operator =()
1120 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency; in getSubtype()
1134 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0); in operator ==()
1276 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency)); in initCurrency()
1277 fCurrency[3] = 0; in initCurrency()
1284 fCurrency[0] = 0; in setTo()
Dnumfmt.cpp244 fCurrency[0] = 0; in NumberFormat()
281 u_strncpy(fCurrency, rhs.fCurrency, 3); in operator =()
282 fCurrency[3] = 0; in operator =()
323 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==()
346 u_strcmp(fCurrency, other->fCurrency) == 0 && in operator ==()
1184 u_strncpy(fCurrency, theCurrency, 3); in setCurrency()
1185 fCurrency[3] = 0; in setCurrency()
1187 fCurrency[0] = 0; in setCurrency()
1192 return fCurrency; in getCurrency()
Dwinnmfmt.h152 UBool fCurrency; variable
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h46 fCurrency[0] = 0; in MeasureUnit()
1357 char fCurrency[4]; variable
1360 fCurrency[0] = 0; in MeasureUnit()
Dnumfmt.h1068 UChar fCurrency[4]; variable