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

  /external/icu/icu4c/source/i18n/
visibledigits.cpp 40 fDigits.clear();
62 if (digitPos < fExponent || digitPos >= fExponent + fDigits.length()) {
65 const char *ptr = fDigits.data();
70 return (fExponent + fDigits.length() > fInterval.getMostSignificantExclusive());
91 int32_t mostSigNonZero = fExponent + fDigits.length();
102 const char *src = &(fDigits.data()[start - fExponent]);
visibledigits.h 72 CharString fDigits;
76 * any leading and trailing zeros which are not stored in fDigits.
81 * The exponent value of the least significant digit in fDigits. For
82 * example, fExponent = 2 and fDigits = {7, 8, 5} represents 58700.
precision.cpp 168 value.appendDigitsTo(digits.fDigits, status);
296 digits.fDigits.append((char) -(mantissa % -10), status);
301 digits.fDigits.append((char) (mantissa % 10), status);
308 int32_t upperExponent = exponent + digits.fDigits.length();
  /external/skia/tools/
DumpRecord.cpp 21 : fDigits(0)
28 fDigits++;
85 printf("%*d ", fDigits, fIndex++);
108 int fDigits;

Completed in 513 milliseconds