Searched refs:wMonth (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dwintzimpl.cpp50 standardDate.wYear = standardDate.wMonth = standardDate.wDayOfWeek = standardDate.wDay =
52 daylightDate.wYear = daylightDate.wMonth = daylightDate.wDayOfWeek = daylightDate.wDay =
64 standardDate.wMonth = std->getRule()->getRuleMonth() + 1;
85 daylightDate.wMonth = dst->getRule()->getRuleMonth() + 1;
/macosx-10.10.1/BerkeleyDB-21/db/os_brew/
H A Dctime.c45 ncp = &"JanFebMarAprMayJunJulAugSepOctNovDec"[(jt.wMonth - 1) * 3];
H A Dlocaltime.c42 DB_GLOBAL(ltm).tm_mon = jt.wMonth - 1; /* month of year (0 - 11) */
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dce_ctime.c51 ncp = &"JanFebMarAprMayJunJulAugSepOctNovDec"[(sys_loc.wMonth - 1) * 3];
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DGregorianDateTime.cpp55 m_month = systemTime.wMonth - 1;
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dsynctime.c159 SYSTime.wMonth = i+1;
324 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
338 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
354 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_hopfpci.c214 pp->day = ymd2yd(m_time.wYear,m_time.wMonth,m_time.wDay);
226 pp->nsec / 1000000, m_time.wDay, m_time.wMonth, m_time.wYear);
/macosx-10.10.1/ntp-92/include/
H A Dhopf6039.h97 unsigned int wMonth; member in struct:HOPFTIME
/macosx-10.10.1/BerkeleyDB-21/db/dist/brew/
H A Dbrew_posix.h34 int wMonth; member in struct:__anon324
/macosx-10.10.1/apr-32/apr/apr/time/win32/
H A Dtime.c65 xt->tm_mon = tm->wMonth - 1;
268 (*ostime)->wMonth = aprexptime->tm_mon + 1;
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistory.cpp100 systemTime.wMonth += 1;
102 if (systemTime.wMonth > 12) {
103 systemTime.wMonth = 1;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsyslogc.c324 month[ stm.wMonth - 1 ], stm.wDay, stm.wHour, stm.wMinute, stm.wSecond,
/macosx-10.10.1/zlib-55/zlib/contrib/untgz/
H A Duntgz.c221 st.wMonth = (WORD)loctm->tm_mon + 1;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dutil-int.c262 tm->tm_mon = st.wMonth - 1;
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c6592 int y = st->wYear, m = st->wMonth, d = st->wDay;
6597 t->tm_mon = st->wMonth - 1;
6627 if (!tz->StandardDate.wMonth) return 0;
6628 if (!tz->DaylightDate.wMonth) return 0;
6631 stdtz.StandardDate.wMonth = stdtz.DaylightDate.wMonth = 0;
/macosx-10.10.1/cups-408/cups/cups/
H A Dtls-sspi.c294 tm.tm_mon = systime.wMonth - 1;
348 tm.tm_mon = systime.wMonth - 1;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32.c2276 st.wMonth = 1;
2309 st.wMonth = 1;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DDatePrototype.cpp203 systemTime.wMonth = gdt.month() + 1;
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c831 st.wMonth = FIX2INT(rb_funcall(tmobj, rb_intern("month"), 0));
850 INT2FIX(st.wMonth),
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 505 milliseconds