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