Searched refs:remainderMaxInt16 (Results 1 – 1 of 1) sorted by relevance
807 const unsigned short remainderMaxInt16 = 0xFFFFu - 10 * oneTenthMaxInt16; in scan() local814 … (ival > oneTenthMaxInt16 || (ival == oneTenthMaxInt16 && (unsigned short)ch > remainderMaxInt16)); in scan()