Searched refs:fFormatPattern (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp814 fFormatPattern = rhs.fFormatPattern;
1004 fFormatPattern != other->fFormatPattern) {
1006 debug("fFormatPattern !=");
1082 (fStyle == other->fStyle && fFormatPattern == other->fFormatPattern)) &&
3631 setupCurrencyAffixes(fFormatPattern, FALSE, TRUE, status);
4632 result = fFormatPattern;
4908 fFormatPattern
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h2225 UnicodeString fFormatPattern; member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2245 UnicodeString fFormatPattern; member in class:DecimalFormat
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp793 fFormatPattern = rhs.fFormatPattern;
3542 setupCurrencyAffixes(fFormatPattern, FALSE, TRUE, status);
4543 result = fFormatPattern;
5404 fFormatPattern = pattern;
5599 if (fFormatPattern.indexOf(fgTripleCurrencySign, 3, 0) != -1) {
5600 UnicodeString savedPtn = fFormatPattern;
5601 setupCurrencyAffixes(fFormatPattern, TRUE, TRUE, ec);

Completed in 294 milliseconds