Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp332 fUseExponentialNotation = FALSE; in init()
373 fUseExponentialNotation = FALSE; in construct()
674 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
819 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
823 if (!(!fUseExponentialNotation || in operator ==()
896 fUseExponentialNotation == other->fUseExponentialNotation && in operator ==()
897 (!fUseExponentialNotation || in operator ==()
1122 if (fUseExponentialNotation || areSignificantDigitsUsed()) { in _format()
1216 if (fUseExponentialNotation) in subformat()
1339 if (fUseExponentialNotation && expDig < 1) { in subformat()
[all …]
/external/icu4c/i18n/
Ddecimfmt.cpp361 fUseExponentialNotation = FALSE; in init()
414 fUseExponentialNotation = FALSE; in construct()
749 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
895 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
899 if (!(!fUseExponentialNotation || in operator ==()
972 fUseExponentialNotation == other->fUseExponentialNotation && in operator ==()
973 (!fUseExponentialNotation || in operator ==()
1062 } else if(fUseExponentialNotation) { in handleChanged()
1431 if (fUseExponentialNotation || areSignificantDigitsUsed()) { in _round()
1575 if (fUseExponentialNotation) in subformat()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2121 UBool fUseExponentialNotation; variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2251 UBool fUseExponentialNotation; variable