Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp411 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 null
1056 || (fRoundingIncrement != NULL &&
1057 other->fRoundingIncrement != NULL &&
[all …]
Ddecimalformatpattern.h58 DigitList fRoundingIncrement; member
Ddecimalformatpattern.cpp93 fRoundingIncrement(), in DecimalFormatPattern()
607 out.fRoundingIncrement = roundingInc; in applyPatternWithoutExpandAffix()
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp390 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 …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2214 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2234 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. variable