Searched refs:fRoundingIncrement (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ddecimfmt.cpp335 fRoundingIncrement = 0;
360 fRoundingIncrement = NULL;
614 delete fRoundingIncrement;
796 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null
797 || (fRoundingIncrement != NULL &&
798 other->fRoundingIncrement != NULL &&
799 *fRoundingIncrement == *other->fRoundingIncrement))) {
888 ((fRoundingIncrement
[all...]
/external/icu4c/i18n/unicode/
H A Ddecimfmt.h2125 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. member in class:DecimalFormat

Completed in 90 milliseconds