Home
last modified time | relevance | path

Searched refs:fFormatPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp817 fFormatPattern = rhs.fFormatPattern; in operator =()
1008 fFormatPattern != other->fFormatPattern) { in operator ==()
1086 (fStyle == other->fStyle && fFormatPattern == other->fFormatPattern)) &&
2939 if(fFormatPattern.indexOf(DecimalFormatSymbols::kDecimalSeparatorSymbol) != 0)
3065 if(fFormatPattern.indexOf(DecimalFormatSymbols::kDecimalSeparatorSymbol) != 0)
3663 setupCurrencyAffixes(fFormatPattern, FALSE, TRUE, status);
4682 result = fFormatPattern;
4958 fFormatPattern = pattern;
5219 if (fFormatPattern.indexOf(fgTripleCurrencySign, 3, 0) != -1) {
5220 UnicodeString savedPtn = fFormatPattern;
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2294 UnicodeString fFormatPattern; variable