pub fn process_mantissa_digit( ch: u8, mantissa: &mut i64, mantissa_tzeros: &mut i32, ) -> bool
| Helper function for ParseFixedPoint |