Searched refs:digit0 (Results 1 – 6 of 6) sorted by relevance
212 int digit0 = digit(next0); in readDigits() local213 if (digit0 < 0) { in readDigits()222 int ch = digit3 << 12 | digit2 << 8 | digit1 << 4 | digit0; in readDigits()
953 byte digit0 = getDigitPos(0); in roundToMagnitude()954 assert digit0 != 9; in roundToMagnitude() local955 setDigitPos(0, (byte) (digit0 + 1)); in roundToMagnitude()
955 byte digit0 = getDigitPos(0); in roundToMagnitude()956 assert digit0 != 9; in roundToMagnitude() local957 setDigitPos(0, (byte) (digit0 + 1)); in roundToMagnitude()
853 int8_t digit0 = getDigitPos(0); in roundToMagnitude() local854 U_ASSERT(digit0 != 9); in roundToMagnitude()855 setDigitPos(0, static_cast<int8_t>(digit0 + 1)); in roundToMagnitude()
388 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0() function
359 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0() function