Searched refs:ends_with_thousands_sep (Results 1 – 1 of 1) sorted by relevance
1916 bool ends_with_thousands_sep = false; in traverse_raw_number() local1932 ends_with_thousands_sep = (*p == thousands_sep); in traverse_raw_number()1933 if (ends_with_thousands_sep) in traverse_raw_number()1937 if (ends_with_thousands_sep) in traverse_raw_number()