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

/external/icu/icu4c/source/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...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp4874 int32_t digitLeftCount = 0, zeroDigitCount = 0, digitRightCount = 0, sigDigitCount = 0; local
4906 if (zeroDigitCount > 0 || sigDigitCount > 0) {
4928 roundingPos = digitLeftCount + zeroDigitCount;
4933 ++zeroDigitCount;
4961 decimalPos = digitLeftCount + zeroDigitCount + digitRightCount;
4998 if (((digitLeftCount + zeroDigitCount) < 1 &&
5177 * We allow patterns of the form "####" to produce a zeroDigitCount
5181 * Having a zeroDigitCount of zero yields a minimum integer digits
5186 if (zeroDigitCount == 0 && sigDigitCount == 0 &&
5194 zeroDigitCount
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 192 milliseconds