Searched refs:got_int_digits (Results 1 – 1 of 1) sorted by relevance
321 bool got_int_digits = (ch >= '0') && (ch <= '9'); in GetToken() local342 got_int_digits = true; in GetToken()418 if (got_int_digits) { in GetToken()