Searched refs:zeroDigitCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimalformatpattern.cpp192 int32_t digitLeftCount = 0, zeroDigitCount = 0, digitRightCount = 0, sigDigitCount = 0; local
224 if (zeroDigitCount > 0 || sigDigitCount > 0) {
246 roundingPos = digitLeftCount + zeroDigitCount;
251 ++zeroDigitCount;
279 decimalPos = digitLeftCount + zeroDigitCount + digitRightCount;
316 if (((digitLeftCount + zeroDigitCount) < 1 &&
495 * We allow patterns of the form "####" to produce a zeroDigitCount
499 * Having a zeroDigitCount of zero yields a minimum integer digits
504 if (zeroDigitCount == 0 && sigDigitCount == 0 &&
512 zeroDigitCount
[all...]

Completed in 60 milliseconds