Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp334 fExponentSignAlwaysShown = FALSE; in init()
675 fExponentSignAlwaysShown = rhs.fExponentSignAlwaysShown; in operator =()
1328 } else if (fExponentSignAlwaysShown) { in subformat()
2862 return fExponentSignAlwaysShown; in isExponentSignAlwaysShown()
2878 fExponentSignAlwaysShown = expSignAlways; in setExponentSignAlwaysShown()
3549 if (fExponentSignAlwaysShown) { in toPattern()
4122 fExponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
/external/icu4c/i18n/
Ddecimfmt.cpp363 fExponentSignAlwaysShown = FALSE; in init()
750 fExponentSignAlwaysShown = rhs.fExponentSignAlwaysShown; in operator =()
1687 } else if (fExponentSignAlwaysShown) { in subformat()
3689 return fExponentSignAlwaysShown; in isExponentSignAlwaysShown()
3705 fExponentSignAlwaysShown = expSignAlways; in setExponentSignAlwaysShown()
4384 if (fExponentSignAlwaysShown) { in toPattern()
4957 fExponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2123 UBool fExponentSignAlwaysShown; variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2253 UBool fExponentSignAlwaysShown; variable