Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp395 fPosPrefixPattern = 0; in init()
456 fPosPrefixPattern = fPosSuffixPattern = NULL; in construct()
631 *fPosPrefixPattern, in setupCurrencyAffixPatterns()
653 *fPosPrefixPattern, in setupCurrencyAffixPatterns()
730 delete fPosPrefixPattern; in ~DecimalFormat()
789 _copy_ptr(&fPosPrefixPattern, rhs.fPosPrefixPattern); in operator =()
868 if (!((fPosPrefixPattern == other->fPosPrefixPattern && // both null in operator ==()
870 || (fPosPrefixPattern != 0 && other->fPosPrefixPattern != 0 && in operator ==()
871 *fPosPrefixPattern == *other->fPosPrefixPattern))) { in operator ==()
1042 (((fPosPrefixPattern == other->fPosPrefixPattern && // both null
[all …]
Ddecimalformatpattern.cpp99 fPosPrefixPattern(), in DecimalFormatPattern()
552 out.fPosPrefixPattern = prefix; in applyPatternWithoutExpandAffix()
623 out.fPosPrefixPattern.remove(); in applyPatternWithoutExpandAffix()
646 (out.fNegPrefixPattern == out.fPosPrefixPattern in applyPatternWithoutExpandAffix()
652 .append(out.fPosPrefixPattern); in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h64 UnicodeString fPosPrefixPattern; member
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2251 UnicodeString* fPosPrefixPattern; variable