Home | History | Annotate | Download | only in i18n

Lines Matching full:foptions

111           fOptions(other.fOptions),
151 fOptions = other.fOptions;
193 && fOptions.equals(other.fOptions)
212 fFormatter, fEffPrecision, fOptions);
216 fFormatter, fEffGrouping, fEffPrecision.fMantissa, fOptions.fMantissa);
848 fOptions.fExponent.fAlwaysShowSign = out.fExponentSignAlwaysShown;
852 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown;
1354 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits;
1362 if (!fOptions.fMantissa.fAlwaysShowDecimal && fracDigitCount == 0) {
1472 if (!fOptions.fMantissa.fAlwaysShowDecimal && i == -1) {
1494 if (fOptions.fMantissa.fAlwaysShowDecimal && i == 0) {
1500 if (fOptions.fExponent.fAlwaysShowSign) {