Searched refs:first_period (Results 1 – 1 of 1) sorted by relevance
72 bool first_period = true; in is_timestamp() local76 if ((c == '.') && first_period) { in is_timestamp()77 first_period = false; in is_timestamp()79 return ((c == ']') && !first_period && (*s == ' ')) ? s : nullptr; in is_timestamp()