Searched refs:fCurrency (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | measunit.cpp | 587 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()
|
D | winnmfmt.cpp | 139 : 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()
|
D | numfmt.cpp | 243 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()
|
D | winnmfmt.h | 148 UBool fCurrency; variable
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | winnmfmt.cpp | 139 : 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()
|
D | numfmt.cpp | 226 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()
|
D | winnmfmt.h | 148 UBool fCurrency; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 44 fCurrency[0] = 0; in MeasureUnit() 581 char fCurrency[4]; variable 584 fCurrency[0] = 0; in MeasureUnit()
|
D | numfmt.h | 1075 UChar fCurrency[4]; variable
|
/external/chromium_org/third_party/icu/patches/ |
D | clang_win.patch | 25 UBool fCurrency;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | numfmt.h | 1017 UChar fCurrency[4]; variable
|