Home
last modified time | relevance | path

Searched refs:fCurrencySignCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp85 fCurrencySignCount(fgCurrencySignCountZero), in DecimalFormatPattern()
369 out.fCurrencySignCount = fgCurrencySignCountInPluralFormat; in applyPatternWithoutExpandAffix()
371 out.fCurrencySignCount = fgCurrencySignCountInISOFormat; in applyPatternWithoutExpandAffix()
374 out.fCurrencySignCount = fgCurrencySignCountInSymbolFormat; in applyPatternWithoutExpandAffix()
632 out.fCurrencySignCount = fgCurrencySignCountZero; in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp419 fCurrencySignCount = fgCurrencySignCountZero; in init()
569 if (fCurrencySignCount != fgCurrencySignCountInPluralFormat) { in construct()
575 if (fCurrencySignCount != fgCurrencySignCountZero) { in construct()
805 fCurrencySignCount = rhs.fCurrencySignCount; in operator =()
1014 if (fCurrencySignCount != other->fCurrencySignCount) { in operator ==()
1040 ((fCurrencySignCount == fgCurrencySignCountInPluralFormat) ?
1088 fCurrencySignCount == other->fCurrencySignCount &&
1327 } else if(fCurrencySignCount != fgCurrencySignCountZero) {
1831 if(fCurrencySignCount == fgCurrencySignCountZero) {
1837 if(fCurrencySignCount == fgCurrencySignCountZero) {
[all …]
Ddecimalformatpattern.h50 int32_t fCurrencySignCount; member
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2308 int fCurrencySignCount; variable