Searched refs:fRoundingIncrement (Results 1 – 6 of 6) sorted by relevance
411 fRoundingIncrement = 0; in init()446 fRoundingIncrement = NULL; in construct()734 delete fRoundingIncrement; in ~DecimalFormat()922 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()923 || (fRoundingIncrement != NULL && in operator ==()924 other->fRoundingIncrement != NULL && in operator ==()925 *fRoundingIncrement == *other->fRoundingIncrement))) { in operator ==()1055 ((fRoundingIncrement == other->fRoundingIncrement) // both null1056 || (fRoundingIncrement != NULL &&1057 other->fRoundingIncrement != NULL &&[all …]
58 DigitList fRoundingIncrement; member
93 fRoundingIncrement(), in DecimalFormatPattern()607 out.fRoundingIncrement = roundingInc; in applyPatternWithoutExpandAffix()
390 fRoundingIncrement = 0; in init()425 fRoundingIncrement = NULL; in construct()713 delete fRoundingIncrement; in ~DecimalFormat()900 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()901 || (fRoundingIncrement != NULL && in operator ==()902 other->fRoundingIncrement != NULL && in operator ==()903 *fRoundingIncrement == *other->fRoundingIncrement))) { in operator ==()992 ((fRoundingIncrement == other->fRoundingIncrement) // both null in operator ==()993 || (fRoundingIncrement != NULL && in operator ==()994 other->fRoundingIncrement != NULL && in operator ==()[all …]
2214 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable
2234 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable