Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()
41 UNumberSignDisplay fExponentSignDisplay) { in ScientificNotation() argument
46 settings.fExponentSignDisplay = fExponentSignDisplay; in ScientificNotation()
83 settings.fExponentSignDisplay = exponentSignDisplay; in withExponentSignDisplay()
Dnumber_scientific.cpp49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply()
56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
Dnumber_skeletons.cpp1316 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation()
1318 enum_to_stem_string::signDisplay(impl.fExponentSignDisplay, sb); in notation()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h340 UNumberSignDisplay fExponentSignDisplay; member
427 UNumberSignDisplay fExponentSignDisplay);