Searched defs:digitCount (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dunesctrn.cpp221 int32_t digitCount = 0; local
237 if (++digitCount == maxDigits) {
242 match = (digitCount >= minDigits);
H A Daffixpatternparser.cpp137 int32_t digitCount = ucurr_getDefaultFractionDigitsForUsage( local
139 precision.fMin.setFracDigitCount(digitCount);
140 precision.fMax.setFracDigitCount(digitCount);
H A Ddecimfmt.cpp1266 int digitCount=0; local
1306 if((digitCount>0) || digit!=0 || j==(l-1)) {
1307 digitCount++;
1310 digitCount=-1;
1321 digitCount=-1; // fail - fall through to slow parse
1329 && (digitCount>0)) { // and have at least one digit
1344 printf("Fall through: j=%d, l=%d, digitCount=%d\n", j, l, digitCount);
1467 // We have to track digitCount ourselves, because digits.fCount will
1469 int32_t digitCount local
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c2890 static unsigned digitCount(unsigned val) { function
2918 digitCount(line) + digitCount(column) + 2);
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 291 milliseconds