Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp337 fExponentSignAlwaysShown = FALSE; in init()
676 fExponentSignAlwaysShown = rhs.fExponentSignAlwaysShown; in operator =()
1340 } else if (fExponentSignAlwaysShown) { in subformat()
3101 return fExponentSignAlwaysShown; in isExponentSignAlwaysShown()
3117 fExponentSignAlwaysShown = expSignAlways; in setExponentSignAlwaysShown()
3784 if (fExponentSignAlwaysShown) { in toPattern()
4357 fExponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
/external/icu4c/i18n/unicode/
Ddecimfmt.h2143 UBool fExponentSignAlwaysShown; variable