Searched refs:months (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10/ICU-531.30/icuSources/test/perf/DateFmtPerf/
H A Ddatedata.h25 static int months[] = { variable
/macosx-10.10/ntp-92/libntp/
H A Dhumandate.c10 extern const char *months[]; /* prettydate.c */
29 tm->tm_mday, months[tm->tm_mon],
H A Dprettydate.c14 const char *months[] = { variable
164 months[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year,
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DApache.pm29 my %months;
32 $months{$_} = ++$i for @{$lang->month_abbreviations};
33 return $months{$wanted};
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DApache.pm28 my %months;
31 $months{$_} = ++$i for @{ $lang->month_abbreviations };
32 return $months{$wanted};
/macosx-10.10/WebCore-7600.1.25/html/
H A DMonthInputType.cpp86 double months = date.monthsSinceEpoch(); local
87 ASSERT(std::isfinite(months));
88 return Decimal::fromDouble(months);
107 double months = date.monthsSinceEpoch(); local
108 ASSERT(std::isfinite(months));
109 return Decimal::fromDouble(months);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
21 self.assertEquals(months, 2)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
21 self.assertEqual(months, 2)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
21 self.assertEqual(months, 2)
/macosx-10.10/ICU-531.30/icuSources/samples/cal/
H A Dcal.c64 UChar *months [], UBool useLongNames,
67 static void free_months(UChar *months[]);
79 UChar *days [], UChar *months [],
89 /* Number of months in a year (yes, 13) */
92 /* Separation between months in year view */
168 /* Adjust because months are 0-based */
233 UChar *months [MONTH_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
359 UChar *months [],
368 get_symbols(fmt, monthType, months, MONTH_COUN
371 free_months(UChar *months[]) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdates.h49 const char *months() const { return reinterpret_cast<const char *>(Month); } function in class:Security::CssmDate
52 char *months() { return reinterpret_cast<char *>(Month); } function in class:Security::CssmDate
H A Dcssmdates.cpp60 assign(months(), 2, m);
77 { return atoi(string(months(), 2).c_str()); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.h49 const char *months() const { return reinterpret_cast<const char *>(Month); } function in class:Security::CssmDate
52 char *months() { return reinterpret_cast<char *>(Month); } function in class:Security::CssmDate
H A Dcssmdates.cpp60 assign(months(), 2, m);
77 { return atoi(string(months(), 2).c_str()); }
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Drefbib.el339 (let ((months r2b-month-abbrevs))
342 (while (and months (not (string-match (car (car months))
344 (setq months (cdr months)))
345 (if months
346 (setq r2bv-month (car (car months)))))
348 (setq months (car (read-from-string r2bv-month)))
349 (if (and (numberp months)
350 (> months
[all...]
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dutil.c94 static const char *months[] = variable
107 (void)sprintf(tbuf, "%s %d, %d", months[tp->tm_mon],
138 for (mp = months;; ++mp) {
142 month = mp - months + 1;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dislamcal.cpp54 // cache of months
495 // adjusted for 0-based months and to give day offset within current epoch.
496 // This does not handle months out of the range 0..11
662 // This may be called by Calendar::handleComputeJulianDay with months out of the range
663 // 0..11. Need to handle that here since monthStart requires months in the range 0.11.
725 // Guess at the number of elapsed full months since the epoch
726 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
728 startDate = (int32_t)uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
737 months++;
742 while ((startDate = trueMonthStart(months)) > day
[all...]
H A Dhebrwcal.cpp66 * The lengths of the Hebrew months. This is complicated, because there
393 int32_t months = (235 * year - 234) / 19; // # of months before year local
395 int64_t frac = (int64_t)months * MONTH_FRACT + BAHARAD; // Fractional part of day #
396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation
497 // Resolve out-of-range months. This is necessary in order to
634 // Resolve out-of-range months. This is necessary in order to
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp48 static const int maximumMonthInMaximumYear = 8; // This is September, since months are 0 based.
586 bool DateComponents::setMonthsSinceEpoch(double months) argument
588 if (!std::isfinite(months))
590 months = round(months);
591 double doubleMonth = positiveFmod(months, 12);
592 double doubleYear = 1970 + (months - doubleMonth) / 12;
H A DDateComponents.h138 bool setMonthsSinceEpoch(double months);
144 // Returns the number of months from 1970-01.
/macosx-10.10/misc_cmds-33/calendar/
H A Dday.c66 static const char *months[] = { variable
74 static struct fixs fnmonths[13]; /* full national months names */
428 for (p = months; *p; ++p)
430 return ((p - months) + 1);
/macosx-10.10/apr-32/apr-util/apr-util/misc/
H A Dapr_date.c151 static const int months[12] = local
246 if (mint == months[mon])
325 static const int months[12] = local
579 if (mint == months[mon])
/macosx-10.10/Heimdal-398.1.2/tests/db/
H A Dadd-modify-delete.in101 ${kadmin} modify --max-renewable-life=2months foo
104 ${EGREP} " *Max renewable life: 2 months$" tempfile > /dev/null || exit 1
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h245 * @param months the new month strings. (not adopted; caller retains ownership)
249 void setMonths(const UnicodeString* months, int32_t count);
309 * @param months The new month strings. (not adopted; caller retains ownership)
315 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootUtils.cpp129 static const char *months[12] = { variable
148 month = months[gregDate.month - 1];

Completed in 941 milliseconds

123