Home
last modified time | relevance | path

Searched defs:digit (Results 76 - 100 of 211) sorted by relevance

123456789

/kernel/linux/linux-5.10/lib/
H A Dstring_helpers.c183 int digit; in unescape_hex() local
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc316 char digit = static_cast<char>(carry % 10); in PrintTo() local
/third_party/icu/icu4c/source/io/
H A Dufmt_cmn.cpp76 uint32_t digit; in ufmt_64tou() local
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java151 public void setDigit(char digit) { in setDigit() argument
/third_party/icu/icu4c/source/common/
H A Dpunycode.cpp95 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/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc89 const int digit = buffer[i] - '0'; in ReadUInt64() local
[all...]
H A Dstring-to-double.cc291 int digit; in RadixStringToIeee() local
[all...]
H A Dfixed-dtoa.cc134 int digit = number % 10; in FillDigits32() local
255 int digit in FillFractionals() local
278 int digit = fractionals128.DivModPowerOf2(point); FillFractionals() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp103 const int digit = buffer[i] - '0'; in ReadUInt64() local
[all...]
H A Dnumparse_decimal.cpp154 int8_t digit = -1; in match() local
[all...]
H A Dregexcmp.cpp1307 int32_t digit = u_charDigitValue(c); in doParseActions() local
H A Ddouble-conversion-string-to-double.cpp312 int digit; in RadixStringToIeee() local
[all...]
H A Ddayperiodrules.cpp158 int32_t digit = setNumStr[i] - '0'; in parseSetNum() local
H A Dunesctrn.cpp231 int32_t digit = u_digit(ch, radix); in handleTransliterate() local
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c484 const uint32_t digit = (uint32_t) (*current_p++ - LIT_CHAR_0); in lit_parse_decimal() local
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc319 char digit = static_cast<char>(carry % 10); in PrintTo() local
/third_party/node/deps/icu-small/source/common/
H A Dpunycode.cpp95 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/node/deps/icu-small/source/i18n/
H A Ddayperiodrules.cpp160 int32_t digit = setNumStr[i] - '0'; in parseSetNum() local
H A Ddouble-conversion-string-to-double.cpp312 int digit; in RadixStringToIeee() local
[all...]
H A Dnumparse_decimal.cpp154 int8_t digit = -1; in match() local
[all...]
H A Dregexcmp.cpp1307 int32_t digit = u_charDigitValue(c); in doParseActions() local
H A Dunesctrn.cpp231 int32_t digit = u_digit(ch, radix); in handleTransliterate() local
H A Ddouble-conversion-bignum.cpp103 const int digit = buffer[i] - '0'; in ReadUInt64() local
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dtostring.cc183 char* BasecaseLast(digit_t digit, char* out) { in BasecaseLast() argument
195 char* BasecaseMiddle(digit_t digit, char* out) { in BasecaseMiddle() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dfast-dtoa.cc402 int digit = integrals / divisor; global() local
506 int digit = integrals / divisor; global() local
539 int digit = static_cast<int>(fractionals >> -one.e()); global() local
[all...]

Completed in 29 milliseconds

123456789