Searched refs:fExponentSignDisplay (Results 1 – 4 of 4) 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()
1316 if (impl.fExponentSignDisplay != UNUM_SIGN_AUTO) { in notation()1318 enum_to_stem_string::signDisplay(impl.fExponentSignDisplay, sb); in notation()
340 UNumberSignDisplay fExponentSignDisplay; member427 UNumberSignDisplay fExponentSignDisplay);