HomeSort by relevance Sort by last modified time
    Searched defs:fExponent (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
number_scientific.h 34 int32_t fExponent;
visibledigits.h 38 VisibleDigits() : fExponent(0), fFlags(0), fAbsIntValue(0), fAbsIntValueSet(FALSE), fAbsDoubleValue(0.0), fAbsDoubleValueSet(FALSE) { }
84 * example, fExponent = 2 and fDigits = {7, 8, 5} represents 58700.
86 int32_t fExponent;
137 return fHasExponent ? &fExponent : NULL;
141 fExponent.clear();
152 VisibleDigits fExponent;
digitformatter.h 99 fExponent.equals(rhs.fExponent));
110 DigitFormatterIntOptions fExponent;
228 UnicodeString fExponent;
decimalformatpattern.h 97 UnicodeString fExponent;

Completed in 714 milliseconds