HomeSort by relevance Sort by last modified time
    Searched defs:dayToFields (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
gregoimp.cpp 96 void Grego::dayToFields(double day, int32_t& year, int32_t& month,
139 dayToFields(day, year, month, dom, dow, doy);
gregoimp.h 180 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,
276 dayToFields(day,year,month,dom,dow,doy_unused);

Completed in 32 milliseconds