Searched refs:allow_leading_spaces (Results 1 – 1 of 1) sorted by relevance
663 const bool allow_leading_spaces = (flags_ & ALLOW_LEADING_SPACES) != 0; in StringToIeee() local677 if (allow_leading_spaces || allow_trailing_spaces) { in StringToIeee()682 if (!allow_leading_spaces && (input != current)) { in StringToIeee()