Searched refs:ToDigit (Results 1 – 1 of 1) sorted by relevance
42 static inline uint8_t ToDigit(uint8_t c) in ToDigit() function230 int currentBit = static_cast<int>(ToDigit(*p)); in StringToDoubleWithRadix()532 uint8_t c = ToDigit(*p); in StringToDouble()570 while (ToDigit(*p) < radix) { in StringToDouble()597 while ((digit = ToDigit(*p)) < radix) { in StringToDouble()645 uint8_t digit = ToDigit(static_cast<uint8_t>(*p)); in Strtod()769 uint8_t c = ToDigit(*p); in StringToBigInt()