Searched defs:dayToFields (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dgregoimp.cpp96 void Grego::dayToFields(double day, int32_t& year, int32_t& month, function in class:Grego
139 dayToFields(day, year, month, dom, dow, doy);
H A Dgregoimp.h180 static void dayToFields(double day, int32_t& year, int32_t& month,
192 static inline void dayToFields(double day, int32_t& year, int32_t& month,
273 inline void Grego::dayToFields(double day, int32_t& year, int32_t& month, function in class:Grego
276 dayToFields(day,year,month,dom,dow,doy_unused);

Completed in 1713 milliseconds