Searched refs:fCurrency (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | winnmfmt.cpp | 140 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL) in Win32NumberFormat() 147 if (fCurrency) { in Win32NumberFormat() 167 if (fCurrency) { in ~Win32NumberFormat() 181 this->fCurrency = other.fCurrency; in operator =() 185 if (fCurrency) { in operator =() 221 …NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(loc, status) : NumberFormat::cr… in parse() 293 if (fCurrency) { in format()
|
D | numfmt.cpp | 136 fCurrency[0] = 0; in NumberFormat() 168 u_strncpy(fCurrency, rhs.fCurrency, 4); in operator =() 207 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) { in operator ==() 222 u_strcmp(fCurrency, other->fCurrency) == 0))); in operator ==() 783 u_strncpy(fCurrency, theCurrency, 3); in setCurrency() 784 fCurrency[3] = 0; in setCurrency() 786 fCurrency[0] = 0; in setCurrency() 791 return fCurrency; in getCurrency()
|
D | winnmfmt.h | 155 UBool fCurrency; variable
|
/external/icu4c/i18n/unicode/ |
D | numfmt.h | 751 UChar fCurrency[4]; variable
|