Home
last modified time | relevance | path

Searched defs:digits (Results 126 - 150 of 168) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c585 const char digits[] = "0 1 2 3 4 5 6 7 8 9"; in af_cjk_metrics_check_digits() local
H A Daflatin.c1084 const char digits[] = "0 1 2 3 4 5 6 7 8 9"; in af_latin_metrics_check_digits() local
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c815 static const XML_Char digits[] = T("0123456789"); in unknownEncoding() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h356 mpd_ssize_t digits; member
/third_party/python/Python/
H A Dformatter_unicode.c603 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/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h274 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 Dnumbers_test.cc1356 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 Dfloat_conversion.cc886 const char *const digits = FormatA() local
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs1436 let mut digits = 0; backslash_u() variables
1642 let mut digits = String::from_utf8(bytes).unwrap(); global() variables
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs695 pub fn digits( functions
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp684 ASSERT(MinimumBitsToStore(offset) < std::numeric_limits<uintptr_t>::digits); in GetFieldByOffset() member in ark::std::numeric_limits
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c547 const char *digits = ITOA_UPPER_DIGITS; in HiLogSecOutputS() local
/third_party/elfutils/src/
H A Dnm.c764 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix]; in show_symbols_sysv() local
932 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_bsd() local
1067 int digits = length_map[gelf_getclass (elf) - 1][radix]; show_symbols_posix() local
[all...]
/third_party/cups-filters/filter/
H A Drastertopdf.cpp242 int digits = 0; in num_digits() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java1670 private char digits[]; global() field in DecimalFormatSymbols
2050 final String[] digits; global() field in DecimalFormatSymbols.CacheData
2053 CacheData(ULocale loc, String[] digits, String[] numberElements) CacheData() argument
[all...]
H A DTimeZoneFormat.java673 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c513 USet *digits, *decimalValues; in TestLetterNumber() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormatSymbols.java1562 private char digits[]; global() field in DecimalFormatSymbols
1926 final String[] digits; global() field in DecimalFormatSymbols.CacheData
1929 CacheData(ULocale loc, String[] digits, String[] numberElements) CacheData() argument
[all...]
H A DTimeZoneFormat.java626 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() argument
[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc1654 ReadHexDigits(const Char* start, const Char* end, const Char** token_end, int digits) ReadHexDigits() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp320 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() argument
270 appendHex(uint32_t number, int32_t digits, UnicodeString& target) appendHex() argument
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c957 char digits[4]; in smtp_is_response() local
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc231 int digits = exponent / kDigitBits + 1; in NewFromDouble() local
1313 int digits = accumulator->ResultLength(); Allocate() local
1351 void* digits = SerializeDigits() local
1379 void* digits = FromSerializedDigits() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c3254 char digits[10]; png_ascii_from_fixed() local
[all...]
/third_party/unity/src/
H A Dunity.c373 int digits; in UnityPrintFloat() local
[all...]

Completed in 59 milliseconds

1234567