| /third_party/node/deps/v8/src/base/numbers/ |
| H A D | strtod.cc | 117 int digit = buffer[i++] - '0'; in TrimLeadingZeros() local
|
| H A D | fixed-dtoa.cc | 111 int digit = number % 10; in FillDigits32() local 228 int digit in FillFractionals() local 249 int digit = fractionals128.DivModPowerOf2(point); FillFractionals() local [all...] |
| H A D | bignum-dtoa.cc | 146 uint16_t digit; in GenerateShortestDigits() local 237 uint16_t digit; GenerateCountedDigits() local 247 uint16_t digit; GenerateCountedDigits() local [all...] |
| /third_party/node/deps/v8/src/bigint/ |
| H A D | fromstring.cc | 272 digit_t digit = parts[part_index--]; in FromStringBasePowerOfTwo() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | punycode.c | 152 int digit; in ossl_punycode_decode() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_mult.c | 730 int digit = wNAF[i][k]; in ossl_ec_wNAF_mul() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeSpecification.java | 358 previousNon(int digit, DigitSequence s, int n) previousNon() argument 733 asChar(int digit) asChar() argument [all...] |
| H A D | DigitSequence.java | 156 singleton(int digit) singleton() argument 254 extendBy(int digit) extendBy() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | Operation.java | 245 private final Digit digit; field in Operation.Single 248 Single(boolean isTerminating, int digit, ImmutableList<DfaNode> outs) { in Single() argument [all...] |
| /third_party/openssl/crypto/ |
| H A D | punycode.c | 152 int digit; in ossl_punycode_decode() local [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ec_mult.c | 730 int digit = wNAF[i][k]; in ossl_ec_wNAF_mul() local
|
| /third_party/openssl/ohos_lite/crypto/ |
| H A D | cryptlib.c | 68 unsigned int digit, base = 10; in ossl_strtouint64() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-bignum.cpp | 103 const int digit = buffer[i] - '0'; in ReadUInt64() local [all...] |
| H A D | double-conversion-string-to-double.cpp | 312 int digit; in RadixStringToIeee() local [all...] |
| H A D | numparse_decimal.cpp | 154 int8_t digit = -1; in match() local [all...] |
| H A D | regexcmp.cpp | 1312 int32_t digit = u_charDigitValue(c); in doParseActions() local
|
| H A D | unesctrn.cpp | 231 int32_t digit = u_digit(ch, radix); in handleTransliterate() local
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | ufmt_cmn.cpp | 76 uint32_t digit; in ufmt_64tou() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-tag.cc | 179 unsigned char digit = tag & 0x000000FFu; in hb_ot_tag_to_script() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | punycode.cpp | 95 digitToBasic(int32_t digit, UBool uppercase) { in digitToBasic() argument 378 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, in u_strFromPunycode() local [all...] |
| /third_party/python/Objects/ |
| H A D | unicodectype.c | 37 const unsigned char digit; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | charconv_parse.cc | 269 auto digit = static_cast<T>(ToDigit<base>(*begin)); ConsumeDigits() local [all...] |
| H A D | charconv_bigint.cc | 245 int digit = (*begin - '0'); in ReadDigits() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | source_map.cpp | 389 uint32_t digit = Base64CharToInt(vStr[i]); in VlqRevCode() local
|
| /third_party/gn/src/base/strings/ |
| H A D | string_number_conversions.cc | 67 static bool Convert(CHAR c, uint8_t* digit) { in Convert() argument 80 static bool Convert(CHAR c, uint8_t* digit) { in Convert() argument 95 bool CharToDigit(CHAR c, uint8_t* digit) { in CharToDigit() argument [all...] |