Searched refs:out_year (Results 1 – 2 of 2) sorted by relevance
63 str2date(const char * str, int & out_day, int & out_month, int & out_year) in str2date() argument68 out_year = 0; in str2date()81 out_year = 10*out_year + *(z++) - '0'; in str2date()
59 bool str2date(const char * str, int & out_day, int & out_month, int & out_year);
Completed in 4 milliseconds