Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp351 fUseExponentialNotation = FALSE; in init()
404 fUseExponentialNotation = FALSE; in construct()
739 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
885 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
889 if (!(!fUseExponentialNotation || in operator ==()
962 fUseExponentialNotation == other->fUseExponentialNotation && in operator ==()
963 (!fUseExponentialNotation || in operator ==()
1052 } else if(fUseExponentialNotation) { in handleChanged()
1416 if (fUseExponentialNotation || areSignificantDigitsUsed()) { in _format()
1515 if (fUseExponentialNotation) in subformat()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h2246 UBool fUseExponentialNotation; variable