| /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
|
| H A D | aflatin.c | 1084 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 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/python/Python/ |
| 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/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...] |
| /third_party/rust/crates/syn/src/ |
| H A D | lit.rs | 1436 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 D | mod.rs | 695 pub fn digits( functions [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler.cpp | 684 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 D | hiview_log.c | 547 const char *digits = ITOA_UPPER_DIGITS; in HiLogSecOutputS() local
|
| /third_party/elfutils/src/ |
| H A D | nm.c | 764 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 D | rastertopdf.cpp | 242 int digits = 0; in num_digits() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DecimalFormatSymbols.java | 1670 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 D | TimeZoneFormat.java | 673 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cucdtst.c | 513 USet *digits, *decimalValues; in TestLetterNumber() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DecimalFormatSymbols.java | 1562 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 D | TimeZoneFormat.java | 626 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() argument [all...] |
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 1654 ReadHexDigits(const Char* start, const Char* end, const Char** token_end, int digits) ReadHexDigits() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | intltest.cpp | 320 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 D | smtp.c | 957 char digits[4]; in smtp_is_response() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | bigint.cc | 231 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 D | png.c | 3254 char digits[10]; png_ascii_from_fixed() local [all...] |
| /third_party/unity/src/ |
| H A D | unity.c | 373 int digits; in UnityPrintFloat() local [all...] |