HomeSort by relevance Sort by last modified time
    Searched refs:fExponentSignDisplay (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
number_notation.cpp 22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO;
33 settings.fExponentSignDisplay = UNUM_SIGN_AUTO;
70 settings.fExponentSignDisplay = exponentSignDisplay;
number_scientific.cpp 48 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) {
55 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) {
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 475 UNumberSignDisplay fExponentSignDisplay;
    [all...]

Completed in 75 milliseconds