Searched defs:start_digits (Results 1 – 2 of 2) sorted by relevance
317 UC const *const start_digits = p; in parse_number_string() local503 UC const *const start_digits = p; in parse_int_string() local
683 auto start_digits = !is_digit(c) ? cursor_ : cursor_ - 1; in Next() local