Searched refs:fRoundingIncrement (Results 1 – 4 of 4) sorted by relevance
335 fRoundingIncrement = 0; in init()360 fRoundingIncrement = NULL; in construct()614 delete fRoundingIncrement; in ~DecimalFormat()796 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()797 || (fRoundingIncrement != NULL && in operator ==()798 other->fRoundingIncrement != NULL && in operator ==()799 *fRoundingIncrement == *other->fRoundingIncrement))) { in operator ==()888 ((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()889 || (fRoundingIncrement != NULL && in operator ==()890 other->fRoundingIncrement != NULL && in operator ==()[all …]
365 fRoundingIncrement = 0; in init()401 fRoundingIncrement = NULL; in construct()686 delete fRoundingIncrement; in ~DecimalFormat()872 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()873 || (fRoundingIncrement != NULL && in operator ==()874 other->fRoundingIncrement != NULL && in operator ==()875 *fRoundingIncrement == *other->fRoundingIncrement))) { in operator ==()964 ((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()965 || (fRoundingIncrement != NULL && in operator ==()966 other->fRoundingIncrement != NULL && in operator ==()[all …]
2125 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable
2260 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable