Home
last modified time | relevance | path

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

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequence.java55 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 DRangeSpecification.java334 checkArgument(bitmasks.length <= DigitSequence.MAX_DIGITS, in fromBitmasks()
386 checkArgument(length <= DigitSequence.MAX_DIGITS, in RangeSpecification()
H A DRangeTree.java1171 checkArgument(isEmpty() || getLengths().last() + prefix.length() <= DigitSequence.MAX_DIGITS, in prefixWith()
/third_party/icu/icu4c/source/tools/genrb/
H A Drbutil.c66 #define MAX_DIGITS 10 macro
99 if(length<MAX_DIGITS){ in itostr()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Drbutil.c66 #define MAX_DIGITS 10 macro
99 if(length<MAX_DIGITS){ in itostr()
/third_party/decimal.js/test/modules/
H A Dconfig.js5 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 Drbutil.c72 #define MAX_DIGITS 10 macro
105 if(length<MAX_DIGITS){ in itostr()
/third_party/rust/crates/minimal-lexical/src/
H A Dnum.rs61 const MAX_DIGITS: usize; consts
205 const MAX_DIGITS: usize = 114; consts
253 const MAX_DIGITS: usize = 769; consts
H A Dslow.rs59 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 DMathContext.java310 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 DMathContext.java299 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 Ddecimal.js23 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 Ddtoa.c207 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 Dslow_tests.rs268 let max_digits = f64::MAX_DIGITS; in parse_mantissa_test()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 20 milliseconds