/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CompactDecimalDataCache.java | 50 static final int MAX_DIGITS = 15; field in CompactDecimalDataCache 110 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()), in createEmpty() 111 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()), in createEmpty() 112 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()) in createEmpty() 228 if (log10Value >= MAX_DIGITS) continue; in put() 425 for (int log10Value = 0; log10Value < MAX_DIGITS; log10Value++) { in checkForOtherVariants() 494 byBase = new DecimalFormat.Unit[MAX_DIGITS]; in saveUnit()
|
D | CompactDecimalFormat.java | 418 if (base >= CompactDecimalDataCache.MAX_DIGITS) { in toAmount() 419 base = CompactDecimalDataCache.MAX_DIGITS - 1; in toAmount() 454 if (divisor.length < CompactDecimalDataCache.MAX_DIGITS) { in otherPluralVariant() 455 …r(debugCreationErrors, "Must have at least " + CompactDecimalDataCache.MAX_DIGITS + " prefix items… in otherPluralVariant()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CompactDecimalDataCache.java | 51 static final int MAX_DIGITS = 15; field in CompactDecimalDataCache 111 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()), in createEmpty() 112 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()), in createEmpty() 113 new Data(new long[MAX_DIGITS], new HashMap<String, DecimalFormat.Unit[]>()) in createEmpty() 229 if (log10Value >= MAX_DIGITS) continue; in put() 426 for (int log10Value = 0; log10Value < MAX_DIGITS; log10Value++) { in checkForOtherVariants() 495 byBase = new DecimalFormat.Unit[MAX_DIGITS]; in saveUnit()
|
D | CompactDecimalFormat.java | 405 if (base >= CompactDecimalDataCache.MAX_DIGITS) { in toAmount() 406 base = CompactDecimalDataCache.MAX_DIGITS - 1; in toAmount() 441 if (divisor.length < CompactDecimalDataCache.MAX_DIGITS) { in otherPluralVariant() 442 …r(debugCreationErrors, "Must have at least " + CompactDecimalDataCache.MAX_DIGITS + " prefix items… in otherPluralVariant()
|
/external/icu/icu4c/source/i18n/ |
D | compactdecimalformat.cpp | 37 static const int32_t MAX_DIGITS = 15; variable 90 double divisors[MAX_DIGITS]; 438 for (int32_t i = 0; i < MAX_DIGITS; ++i) { in divisors_equal() 655 if (log10Value >= MAX_DIGITS) continue; in put() 883 for (int32_t log10Value = 0; log10Value < MAX_DIGITS; ++log10Value) { in checkForOtherVariants() 913 UBool definedInCLDR[MAX_DIGITS]; in fillInMissing() 915 for (int32_t i = 0; i < MAX_DIGITS; ++i) { in fillInMissing() 929 for (int32_t i = 0; i < MAX_DIGITS; ++i) { in fillInMissing() 951 int32_t max = inRange ? MAX_DIGITS - 1 : MAX_DIGITS; in computeLog10() 971 cdfUnit = new CDFUnit[MAX_DIGITS]; in createCDFUnit()
|
D | digitlst.h | 44 MAX_DIGITS = MAX_I64_DIGITS, enumerator 50 MAX_DEC_DIGITS = MAX_DIGITS + DIGIT_PADDING + MAX_EXPONENT
|
D | digitlst.cpp | 240 const int32_t MAX_IDX = MAX_DIGITS+2; in formatBase10() 536 char rep[MAX_DIGITS]; in decimalStrToDouble() 759 char str[MAX_DIGITS+2]; // Leave room for sign and trailing nul. in set() 840 char rep[MAX_DIGITS + 8]; // Extra space for '+', '.', e+NNN, and '\0' (actually +8 is enough) in set()
|
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 70 #define MAX_DIGITS (SCALE_LENGTH * 3) /* XXX strlen(sprintf("%lld", -1)? */ macro 123 if (fract_digits >= MAX_DIGITS-1) in scan_scaled() 130 if (++ndigits >= MAX_DIGITS) { in scan_scaled()
|
/external/icu/icu4c/source/tools/genrb/ |
D | rbutil.c | 66 #define MAX_DIGITS 10 macro 99 if(length<MAX_DIGITS){ in itostr()
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
D | MathContext.java | 299 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext 429 if (setdigits>MAX_DIGITS) in MathContext()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
D | MathContext.java | 310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext 445 if (setdigits>MAX_DIGITS) in MathContext()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | MathContext.java | 310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext 445 if (setdigits>MAX_DIGITS) in MathContext()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HudSystem.java | 34 private static final int MAX_DIGITS = 4; field in HudSystem 110 mCoinDigits = new int[MAX_DIGITS]; in HudSystem() 111 mRubyDigits = new int[MAX_DIGITS]; in HudSystem() 112 mFPSDigits = new int[MAX_DIGITS]; in HudSystem()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |