Searched refs:fExponentSignAlwaysShown (Results 1 – 4 of 4) sorted by relevance
49 UBool fExponentSignAlwaysShown; member
84 fExponentSignAlwaysShown(FALSE), in DecimalFormatPattern()562 out.fExponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
411 fExponentSignAlwaysShown = FALSE; in init()802 fExponentSignAlwaysShown = rhs.fExponentSignAlwaysShown; in operator =()963 fExponentSignAlwaysShown != other->fExponentSignAlwaysShown) { in operator ==()1072 …ExponentDigits == other->fMinExponentDigits && fExponentSignAlwaysShown == other->fExponentSignAlw…1962 } else if (fExponentSignAlwaysShown) {4102 return fExponentSignAlwaysShown;4118 fExponentSignAlwaysShown = expSignAlways;4823 if (fExponentSignAlwaysShown) {4982 fExponentSignAlwaysShown = out.fExponentSignAlwaysShown;
2276 UBool fExponentSignAlwaysShown; variable