Home
last modified time | relevance | path

Searched refs:positive_last_digit (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp1585 static constexpr Value::UInt positive_last_digit = Value::maxLargestUInt % 10; in decodeNumber() local
1600 isNegative ? negative_last_digit : positive_last_digit; in decodeNumber()