Home
last modified time | relevance | path

Searched refs:fExponentSignAlwaysShown (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.h49 UBool fExponentSignAlwaysShown; member
Ddecimalformatpattern.cpp84 fExponentSignAlwaysShown(FALSE), in DecimalFormatPattern()
562 out.fExponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp411 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;
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2276 UBool fExponentSignAlwaysShown; variable