/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | DigitSequence.java | 55 public static final int MAX_DIGITS = 18; field in DigitSequence 57 // Simple lookup of powers-of-10 for all valid sequence lengths (0 - MAX_DIGITS). 58 private static final long[] POWERS_OF_TEN = new long[MAX_DIGITS + 1]; 75 private static final long[] DOMAIN_OFFSET = new long[MAX_DIGITS + 1]; 122 return (len <= MAX_DIGITS) ? new DigitSequence(len, 0) : null; in next() 171 Preconditions.checkArgument(digits.length() <= MAX_DIGITS, in of() 206 Preconditions.checkArgument(length <= MAX_DIGITS, in DigitSequence()
|
H A D | RangeSpecification.java | 334 checkArgument(bitmasks.length <= DigitSequence.MAX_DIGITS, in fromBitmasks() 386 checkArgument(length <= DigitSequence.MAX_DIGITS, in RangeSpecification()
|
H A D | RangeTree.java | 1171 checkArgument(isEmpty() || getLengths().last() + prefix.length() <= DigitSequence.MAX_DIGITS, in prefixWith()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | rbutil.c | 66 #define MAX_DIGITS 10 macro 99 if(length<MAX_DIGITS){ in itostr()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | rbutil.c | 66 #define MAX_DIGITS 10 macro 99 if(length<MAX_DIGITS){ in itostr()
|
/third_party/decimal.js/test/modules/ |
H A D | config.js | 5 var MAX_DIGITS = 1e9; 17 precision {number} [1, MAX_DIGITS] 102 t(MAX_DIGITS, {precision: MAX_DIGITS}); 105 tx(function () {Decimal.config({precision: MAX_DIGITS + 1})}, "precision: MAX_DIGITS + 1"); 106 tx(function () {Decimal.config({precision: MAX_DIGITS + 0.1})}, "precision: MAX_DIGITS + 0.1"); 125 t(MAX_DIGITS, {precision: void 0});
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | rbutil.c | 72 #define MAX_DIGITS 10 macro 105 if(length<MAX_DIGITS){ in itostr()
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | num.rs | 61 const MAX_DIGITS: usize; consts 205 const MAX_DIGITS: usize = 114; consts 253 const MAX_DIGITS: usize = 769; consts
|
H A D | slow.rs | 59 let (bigmant, digits) = parse_mantissa(integer, fraction, F::MAX_DIGITS); in slow()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A 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()
|
/third_party/decimal.js/ |
H A D | decimal.js | 23 MAX_DIGITS = 1e9, // 0 to 1e9 43 precision: 20, // 1 to MAX_DIGITS 1946 * [sd] {number} Significant digits. Integer, 1 to MAX_DIGITS inclusive. 1961 * [dp] {number} Decimal places. Integer, 0 to MAX_DIGITS inclusive. 1972 checkInt32(dp, 0, MAX_DIGITS); 1985 * [dp] {number} Decimal places. Integer, 0 to MAX_DIGITS inclusive. 1997 checkInt32(dp, 0, MAX_DIGITS); 2017 * [dp] {number} Decimal places. Integer, 0 to MAX_DIGITS inclusive. 2034 checkInt32(dp, 0, MAX_DIGITS); 2127 * [sd] {number} Significant digits. Integer, 1 to MAX_DIGITS inclusiv [all...] |
/third_party/python/Python/ |
H A D | dtoa.c | 207 the number of digits that follow the decimal point. Ideally, MAX_DIGITS 208 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the 210 #ifndef MAX_DIGITS 211 #define MAX_DIGITS 1000000000U macro 219 #if MAX_DIGITS > INT_MAX 220 #error "MAX_DIGITS should fit in an int" 1513 if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) { in _Py_dg_strtod()
|
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | slow_tests.rs | 268 let max_digits = f64::MAX_DIGITS; in parse_mantissa_test()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |