| /third_party/python/Python/ |
| H A D | pystrtod.c | 1016 char *digits, *digits_end; format_float_short() local [all...] |
| H A D | formatter_unicode.c | 603 fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec, PyObject *digits, Py_ssize_t d_start, PyObject *prefix, Py_ssize_t p_start, Py_UCS4 fill_char, LocaleInfo *locale, int toupper) fill_number() argument [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.h | 617 char digits[kFastToBufferSize]; member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.cc | 131 const std::string digits = in NominalClockRate() local
|
| /third_party/curl/lib/ |
| H A D | mprintf.c | 669 const char *digits = lower_digits; /* Base-36 digits for numbers. */ in formatf() local
|
| /third_party/cJSON/tests/unity/src/ |
| H A D | unity.c | 284 int decimals, digits; in UnityPrintFloat() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | plurrule.cpp | 1258 char digits[128]; in getNumberValue() local [all...] |
| H A D | tzfmt.cpp | 412 UnicodeString digits = ns->getDescription(); in TimeZoneFormat() local 622 TimeZoneFormat::setGMTOffsetDigits(const UnicodeString& digits, UErrorCode& status) { in setGMTOffsetDigits() argument [all...] |
| /third_party/lzma/CPP/7zip/UI/Client7z/ |
| H A D | Client7z.cpp | 272 int digits = (int)Prec - (int)k_PropVar_TimePrec_Base;
in GetNumDigits() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tzfmt.cpp | 412 UnicodeString digits = ns->getDescription(); in TimeZoneFormat() local 622 TimeZoneFormat::setGMTOffsetDigits(const UnicodeString& digits, UErrorCode& status) { in setGMTOffsetDigits() argument [all...] |
| H A D | plurrule.cpp | 1262 char digits[128]; in getNumberValue() local [all...] |
| /third_party/node/deps/v8/src/base/numbers/ |
| H A D | bignum.cc | 84 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString() local 90 uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString() local [all...] |
| /third_party/node/deps/v8/src/numbers/ |
| H A D | conversions.cc | 104 int digits = 1; in AddDecimalInteger() local [all...] |
| /third_party/mksh/ |
| H A D | var.c | 407 const char *digits = (vp->flag & UCASEV_AL) ? in str_val() local
|
| /third_party/qrcodegen/cpp/ |
| H A D | qrcodegen.cpp | 79 QrSegment QrSegment::makeNumeric(const char *digits) { in makeNumeric() argument
|
| /third_party/qrcodegen/c/ |
| H A D | qrcodegen.c | 891 struct qrcodegen_Segment qrcodegen_makeNumeric(const char *digits, uint8_t buf[]) { in qrcodegen_makeNumeric() argument
|
| /third_party/skia/src/core/ |
| H A D | SkStream.cpp | 88 bool SkWStream::writeHexAsText(uint32_t hex, int digits) in writeHexAsText() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | plurrule.cpp | 1243 char digits[128]; in getNumberValue() local [all...] |
| H A D | tzfmt.cpp | 412 UnicodeString digits = ns->getDescription(); in TimeZoneFormat() local 622 TimeZoneFormat::setGMTOffsetDigits(const UnicodeString& digits, UErrorCode& status) { in setGMTOffsetDigits() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afcjk.c | 585 const char digits[] = "0 1 2 3 4 5 6 7 8 9"; in af_cjk_metrics_check_digits() local
|
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 815 static const XML_Char digits[] = T("0123456789"); in unknownEncoding() local
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | mpdecimal.h | 356 mpd_ssize_t digits; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.h | 274 static constexpr int digits = 128; member in std::numeric_limits 509 static constexpr int digits = 127; member in std::numeric_limits
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers_test.cc | 1356 auto digits = absl::numbers_internal::FastHexToBufferZeroPad16(v, buf); in TestFastHexToBufferZeroPad16() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | float_conversion.cc | 886 const char *const digits = FormatA() local [all...] |