Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp335 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 …]
/external/icu4c/i18n/
Ddecimfmt.cpp365 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 …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2125 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2260 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable