Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAlwaysShowSign

848     fOptions.fExponent.fAlwaysShowSign = out.fExponentSignAlwaysShown;
1354 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits;
1500 if (fOptions.fExponent.fAlwaysShowSign) {