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

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h58 DigitList fRoundingIncrement; member in struct:DecimalFormatPattern
H A Ddecimfmt.cpp411 fRoundingIncrement = 0;
446 fRoundingIncrement = NULL;
734 delete fRoundingIncrement;
922 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null
923 || (fRoundingIncrement != NULL &&
924 other->fRoundingIncrement != NULL &&
925 *fRoundingIncrement == *other->fRoundingIncrement))) {
1055 ((fRoundingIncrement
[all...]
H A Ddecimalformatpattern.cpp93 fRoundingIncrement(),
607 out.fRoundingIncrement = roundingInc;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp390 fRoundingIncrement = 0;
425 fRoundingIncrement = NULL;
713 delete fRoundingIncrement;
900 if (!((fRoundingIncrement == other->fRoundingIncrement) // both null
901 || (fRoundingIncrement != NULL &&
902 other->fRoundingIncrement != NULL &&
903 *fRoundingIncrement == *other->fRoundingIncrement))) {
992 ((fRoundingIncrement
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h2214 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2234 DigitList* fRoundingIncrement; // NULL if no rounding increment specified. member in class:DecimalFormat

Completed in 153 milliseconds