Searched refs:fPosSuffixPattern (Results 1 – 4 of 4) sorted by relevance
320 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 …]
348 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 …]
2100 UnicodeString* fPosSuffixPattern; variable
2229 UnicodeString* fPosSuffixPattern; variable