Home | History | Annotate | Download | only in base

Lines Matching refs:found_year

444   bool found_year = false;
494 } else if (!found_year && token.length() <= 5) {
496 found_year = true;
506 if (!found_day_of_month || !found_month || !found_time || !found_year) {