Searched refs:getDigit (Results 1 – 2 of 2) sorted by relevance
395 static constexpr auto getDigit{attempt(digit)}; in Parse()396 while (auto nextDigit{getDigit.Parse(state)}) { in Parse()466 static constexpr auto getDigit{space >> attempt(digit)}; in Parse()467 while (auto nextDigit{getDigit.Parse(state)}) { in Parse()
48 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() function2120 unsigned digit = getDigit(*p, radix); in fromString()