Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp320 fPosSuffixPattern = 0; in init()
367 fPosPrefixPattern = fPosSuffixPattern = NULL; in construct()
507 *fPosSuffixPattern, in setupCurrencyAffixPatterns()
529 *fPosSuffixPattern, in setupCurrencyAffixPatterns()
608 delete fPosSuffixPattern; in ~DecimalFormat()
654 _copy_us_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern); in operator =()
745 if (!((fPosSuffixPattern == other->fPosSuffixPattern && // both null in operator ==()
747 || (fPosSuffixPattern != 0 && other->fPosSuffixPattern != 0 && in operator ==()
748 *fPosSuffixPattern == *other->fPosSuffixPattern))) { in operator ==()
876 ((fPosSuffixPattern == other->fPosSuffixPattern && // both null in operator ==()
[all …]
/external/icu4c/i18n/
Ddecimfmt.cpp348 fPosSuffixPattern = 0; in init()
408 fPosPrefixPattern = fPosSuffixPattern = NULL; in construct()
581 *fPosSuffixPattern, in setupCurrencyAffixPatterns()
603 *fPosSuffixPattern, in setupCurrencyAffixPatterns()
680 delete fPosSuffixPattern; in ~DecimalFormat()
738 _copy_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern); in operator =()
821 if (!((fPosSuffixPattern == other->fPosSuffixPattern && // both null in operator ==()
823 || (fPosSuffixPattern != 0 && other->fPosSuffixPattern != 0 && in operator ==()
824 *fPosSuffixPattern == *other->fPosSuffixPattern))) { in operator ==()
952 ((fPosSuffixPattern == other->fPosSuffixPattern && // both null in operator ==()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2100 UnicodeString* fPosSuffixPattern; variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2229 UnicodeString* fPosSuffixPattern; variable