Searched refs:theDigit (Results 1 – 1 of 1) sorted by relevance
122 Digit theDigit = blk[digitNum]; in operator std::string() local123 if (theDigit < 10) in operator std::string()124 s[symbolNumInString] = char('0' + theDigit); in operator std::string()126 s[symbolNumInString] = char('A' + theDigit - 10); in operator std::string()