Searched refs:positive_last_digit (Results 1 – 1 of 1) sorted by relevance
1585 static constexpr Value::UInt positive_last_digit = Value::maxLargestUInt % 10; in decodeNumber() local1600 isNegative ? negative_last_digit : positive_last_digit; in decodeNumber()