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

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h47 UBool fUseExponentialNotation; member in struct:DecimalFormatPattern
H A Ddecimalformatpattern.cpp82 fUseExponentialNotation(FALSE),
558 out.fUseExponentialNotation = (expDigits >= 0);
559 if (out.fUseExponentialNotation) {
577 out.fMaximumIntegerDigits = out.fUseExponentialNotation
631 out.fUseExponentialNotation = FALSE;
H A Ddecimfmt.cpp407 fUseExponentialNotation = FALSE;
459 fUseExponentialNotation = FALSE;
798 fUseExponentialNotation = rhs.fUseExponentialNotation;
949 if (fUseExponentialNotation != other->fUseExponentialNotation) {
951 debug("fUseExponentialNotation !=");
953 if (fUseExponentialNotation &&
958 if (fUseExponentialNotation &&
1065 fUseExponentialNotation
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp386 fUseExponentialNotation = FALSE;
438 fUseExponentialNotation = FALSE;
777 fUseExponentialNotation = rhs.fUseExponentialNotation;
923 if (fUseExponentialNotation != other->fUseExponentialNotation) {
927 if (!(!fUseExponentialNotation ||
1000 fUseExponentialNotation == other->fUseExponentialNotation &&
1001 (!fUseExponentialNotation ||
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h2205 UBool fUseExponentialNotation; member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2225 UBool fUseExponentialNotation; member in class:DecimalFormat

Completed in 114 milliseconds