Home
last modified time | relevance | path

Searched refs:out_day (Results 1 – 2 of 2) sorted by relevance

/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx63 str2date(const char * str, int & out_day, int & out_month, int & out_year) in str2date() argument
66 out_day = 0; in str2date()
71 out_day = 10*out_day + *(z++) - '0'; in str2date()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx59 bool str2date(const char * str, int & out_day, int & out_month, int & out_year);

Completed in 15 milliseconds