Searched refs:allow_spaces_after_sign (Results 1 – 1 of 1) sorted by relevance
665 const bool allow_spaces_after_sign = (flags_ & ALLOW_SPACES_AFTER_SIGN) != 0; in StringToIeee() local708 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()