Searched refs:fExponentSignDisplay (Results 1 – 5 of 5) sorted by relevance
22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in scientific()33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO; in engineering()41 UNumberSignDisplay fExponentSignDisplay) { in ScientificNotation() argument46 settings.fExponentSignDisplay = fExponentSignDisplay; in ScientificNotation()83 settings.fExponentSignDisplay = exponentSignDisplay; in withExponentSignDisplay()
49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply()56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply()
1492 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation()1494 enum_to_stem_string::signDisplay(impl.fExponentSignDisplay, sb); in notation()
359 UNumberSignDisplay fExponentSignDisplay; member446 UNumberSignDisplay fExponentSignDisplay);