Searched refs:month (Results 251 - 275 of 389) sorted by relevance

<<111213141516

/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c141 /* VALID_DAY should only be used when month is unknown */
186 #define DAY_IN_YEAR(day, month, year) \
188 dayInLeapYearByMonth[month - 1] : \
189 dayInYearByMonth[month - 1]) + day)
394 "Parsed month %02i\n", dt->mon);
402 * @mon: the month to format
1488 /* month */
1978 * Implements the EXSLT - Dates and Times month-in-year() function:
1979 * number date:month-in-year (string?)
1980 * Returns the month o
2066 int month; local
2114 int month; local
[all...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl796 my $month;
799 ($year, $month, $day) = (localtime())[5, 4, 3];
801 return sprintf("%d-%02d-%02d", $year+1900, $month+1, $day);
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c689 ptime->day % 32, short_months[(ptime->month - 1) % 12],
700 ptime->day % 32, short_months[(ptime->month - 1) % 12],
708 ptime->day % 32, short_months[(ptime->month - 1) % 12],
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.cpp63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
75 cal->set(UCAL_MONTH, cases[i].month - 1);
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
75 cal->set(UCAL_MONTH, cases[i].month - 1);
/external/chromium_org/base/time/
H A Dtime.cc263 return is_in_range(month, 1, 12) &&
/external/chromium_org/chrome/app/
H A Dclient_util.cc66 exploded.month = kPreReadExpiryMonth;
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_api.cc179 ctime.month,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider.cc235 exploded_time.month, exploded_time.day_of_month);
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store_unittest.cc60 exploded_time.month = 12;
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc218 while (exploded->month < 1) {
219 exploded->month += 12;
504 // month, set by the next argument).
935 // current month.
950 // the last month, |offset| = 1, use the first days of the last month and
951 // the current month.
952 exploded.month -= offset - 1;
957 exploded.month -= 1;
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc145 << std::setw(2) << time_exploded.month
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_vms.cc166 &time_exploded.month))
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc66 millennium_exploded.month = 1;
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp132 String dateString = makeRFC2822DateString(now.weekDay(), now.monthDay(), now.month(), now.fullYear(), now.hour(), now.minute(), now.second(), 0);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp406 int32_t month,
413 ((Calendar*)cal)->set(year, month, date);
420 int32_t month,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
404 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) argument
418 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) argument
H A Dzonemeta.cpp160 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local
176 month = 10*month + n;
212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
/external/icu/icu4c/source/i18n/
H A Ducal.cpp406 int32_t month,
413 ((Calendar*)cal)->set(year, month, date);
420 int32_t month,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
404 ucal_setDate( UCalendar* cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) argument
418 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) argument
H A Dzonemeta.cpp162 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local
178 month = 10*month + n;
214 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
/external/qemu/hw/timer/
H A Dmc146818rtc.c327 /* month is between 0 and 11. */
328 static int get_days_in_month(int month, int year) argument
334 if ((unsigned )month >= 12)
336 d = days_tab[month];
337 if (month == 1) {
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c1262 int year, month, day; local
1296 error(_("invalid month name"));
1299 month = lp->l_value;
1301 while (j != month) {
1308 day <= 0 || day > len_months[isleap(year)][month]) {
1309 error(_("invalid day of month"));
1402 error(_("invalid month name"));
1515 error(_("invalid day of month"));
1529 error(_("invalid day of month"));
1968 register int month, tota local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1262 int year, month, day; local
1296 error(_("invalid month name"));
1299 month = lp->l_value;
1301 while (j != month) {
1308 day <= 0 || day > len_months[isleap(year)][month]) {
1309 error(_("invalid day of month"));
1402 error(_("invalid month name"));
1515 error(_("invalid day of month"));
1529 error(_("invalid day of month"));
1968 register int month, tota local
[all...]
/external/bison/doc/
H A Drefcard.tex70 \def\month{November} % month
72 \def\version{\month\ \year, Bison Refcard Version \refcardversion}
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc353 EXPECT_EQ(5, exploded.month);
422 EXPECT_EQ(5, exploded.month);
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc429 time_deets.month,

Completed in 856 milliseconds

<<111213141516