Home
last modified time | relevance | path

Searched refs:ToDigit (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.cpp65 while ((digit = ToDigit(*p)) < radix) { in ParseExponent()
185 uint8_t c = ToDigit(*p); in StringToDouble()
222 while (ToDigit(*p) < radix) { in StringToDouble()
321 int currentBit = static_cast<int>(ToDigit(*p)); in StringToDoubleWithRadix()
H A Dets_intrinsics_helpers.h92 inline uint8_t ToDigit(uint8_t c) in ToDigit() function
205 uint8_t digit = ToDigit(static_cast<uint8_t>(*p)); in Strtod()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp73 static inline uint8_t ToDigit(uint8_t c) in ToDigit() function
636 int currentBit = static_cast<int>(ToDigit(*p));
978 uint8_t c = ToDigit(*p);
1017 while (ToDigit(*p) < radix) {
1044 while ((digit = ToDigit(*p)) < radix) {
1092 uint8_t digit = ToDigit(static_cast<uint8_t>(*p));
1217 uint8_t c = ToDigit(*p);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dutils.h101 constexpr T ToDigit(char c) in ToDigit() function

Completed in 4 milliseconds