Searched refs:fCurrency (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dmeasunit.cpp587 uprv_strcpy(fCurrency, other.fCurrency);
596 uprv_strcpy(fCurrency, other.fCurrency);
612 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency;
626 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0);
728 uprv_strncpy(fCurrency, isoCurrency, LENGTHOF(fCurrency));
[all...]
H A Dwinnmfmt.cpp139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL)
155 if (fCurrency) {
175 if (fCurrency) {
189 this->fCurrency = other.fCurrency;
194 if (fCurrency) {
228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status);
300 if (fCurrency) {
H A Dwinnmfmt.h148 UBool fCurrency; member in class:Win32NumberFormat
H A Dnumfmt.cpp243 fCurrency[0] = 0;
280 u_strncpy(fCurrency, rhs.fCurrency, 4);
321 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
323 debug("fCurrency !=");
344 u_strcmp(fCurrency, other->fCurrency) == 0 &&
1172 u_strncpy(fCurrency, theCurrency, 3);
1173 fCurrency[
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dwinnmfmt.cpp139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL)
155 if (fCurrency) {
175 if (fCurrency) {
189 this->fCurrency = other.fCurrency;
194 if (fCurrency) {
228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status);
300 if (fCurrency) {
H A Dwinnmfmt.h148 UBool fCurrency; member in class:Win32NumberFormat
H A Dnumfmt.cpp226 fCurrency[0] = 0;
259 u_strncpy(fCurrency, rhs.fCurrency, 4);
299 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
301 debug("fCurrency !=");
318 u_strcmp(fCurrency, other->fCurrency) == 0 &&
1128 u_strncpy(fCurrency, theCurrency, 3);
1129 fCurrency[
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h44 fCurrency[0] = 0;
581 char fCurrency[4]; member in class:MeasureUnit
584 fCurrency[0] = 0;
H A Dnumfmt.h1075 UChar fCurrency[4]; member in class:NumberFormat
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumfmt.h1017 UChar fCurrency[4]; member in class:NumberFormat

Completed in 769 milliseconds