Home
last modified time | relevance | path

Searched defs:MAX_DIGITS (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs61 const MAX_DIGITS: usize; constant
205 const MAX_DIGITS: usize = 114; constant
253 const MAX_DIGITS: usize = 769; constant
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Drbutil.c66 #define MAX_DIGITS 10 macro
/third_party/icu/icu4c/source/tools/genrb/
Drbutil.c66 #define MAX_DIGITS 10 macro
/third_party/node/deps/icu-small/source/tools/genrb/
Drbutil.c66 #define MAX_DIGITS 10 macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Drbutil.c66 #define MAX_DIGITS 10 macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DMathContext.java299 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DDigitSequence.java55 public static final int MAX_DIGITS = 18; field in DigitSequence
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc99 #define MAX_DIGITS 10 in HtmlToCFHtml() macro
/third_party/python/Python/
Ddtoa.c210 #define MAX_DIGITS 1000000000U macro