Searched refs:month (Results 201 - 225 of 389) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalDateTimeChooser.cpp97 if (source == InputTypeNames::month)
H A DDateTimeChooserImpl.cpp94 else if (type == InputTypeNames::month)
112 if (m_parameters.type == InputTypeNames::month) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutmstest.c352 int32_t month; member in struct:DotNetDateTimeTicks
361 * with the DateTime constructor taking int values for year, month, and date.
364 /* year, month, day, ticks */
469 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
474 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day);
482 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java264 int month = Integer.parseInt(buildIdParts[buildIdSegment].substring(4, 6)) - 1;
269 calendar.set(year, month, date, hours, min);
276 int month = Integer.parseInt(buildIdParts[0].substring(5, 7)) - 1;
280 calendar.set(year, month, date, hours, min);
/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c352 int32_t month; member in struct:DotNetDateTimeTicks
361 * with the DateTime constructor taking int values for year, month, and date.
364 /* year, month, day, ticks */
469 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
474 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day);
482 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
/external/iptables/extensions/
H A Dlibxt_time.c93 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
107 month = strtoul(s, &e, 10);
108 if ((*e != '-' && *e != '\0') || month > 12)
141 tm.tm_mon = month - 1;
/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, argument
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, argument
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp657 int32_t year = 1997, month = UCAL_APRIL, date = 1;
658 gc->set(year, month, date);
666 gc->get(UCAL_MONTH, status) != month ||
872 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) argument
880 m == month &&
887 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1372 int32_t month = UCAL_OCTOBER; local
1375 calendar = new GregorianCalendar(year, month, dDate, status);
1480 * identically when adding. YEAR should keep the month/dom
1534 * When adding the YEAR, the month an
2442 int32_t month; member in class:CalFields
2450 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms) argument
2780 int32_t month = cal->get(UCAL_MONTH, status); local
2825 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local
2860 int32_t month = tstCal->get(UCAL_MONTH, status); local
[all...]
H A Dtsdtfmsy.cpp41 const UnicodeString* month; local
46 month=symbol->getMonths(cnt);
52 logln(month[i]);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local
76 logln(month[k]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp636 int32_t year = 1997, month = UCAL_APRIL, date = 1;
637 gc->set(year, month, date);
645 gc->get(UCAL_MONTH, status) != month ||
851 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) argument
859 m == month &&
866 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1351 int32_t month = UCAL_OCTOBER; local
1354 calendar = new GregorianCalendar(year, month, dDate, status);
1459 * identically when adding. YEAR should keep the month/dom
1513 * When adding the YEAR, the month an
2420 int32_t month; member in class:CalFields
2427 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec) argument
2743 int32_t month = cal->get(UCAL_MONTH, status); local
2788 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local
2823 int32_t month = tstCal->get(UCAL_MONTH, status); local
[all...]
H A Dtsdtfmsy.cpp41 const UnicodeString* month; local
46 month=symbol->getMonths(cnt);
52 logln(month[i]);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local
76 logln(month[k]);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java99 static private long getTime(int year, int month, int date, int hour, argument
101 aCal.set(year, month, date, hour, minute, second);
/external/chromium_org/base/metrics/
H A Dfield_trial.h343 // to the |total_probability|. Arguments |year|, |month| and |day_of_month|
354 const int month,
371 const int month,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h456 * @param month The reference date's month (0-based; 0 is January)
457 * @param day The reference date's day-in-month (1-based)
464 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
477 * @param month the month in the given date.
479 * @param day the day-in-month of the given date.
482 * @param monthLength the length of the given month in days.
487 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
/external/chromium_org/v8/src/
H A Dobjects-debug.cc431 CHECK(month()->IsUndefined() || month()->IsSmi() || month()->IsNaN());
441 if (month()->IsSmi()) {
442 int month = Smi::cast(this->month())->value(); local
443 CHECK(0 <= month && month <= 11);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php73 $month = substr($timePart, 4, 2); variable
77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h456 * @param month The reference date's month (0-based; 0 is January)
457 * @param day The reference date's day-in-month (1-based)
464 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
477 * @param month the month in the given date.
479 * @param day the day-in-month of the given date.
482 * @param monthLength the length of the given month in days.
487 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
/external/openssl/crypto/
H A Do_time.c179 short year, month, day, hour, minute, second, member in struct:vms_vectime
206 result->tm_mon = time_values.month - 1;
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, argument
368 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
372 return getOffset(era, year, month, day, dayOfWeek, millis,
373 Grego::monthLength(year, month), status);
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, argument
390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc345 char month[4], zone[6]; local
346 memset(month, 0, sizeof(month));
350 &tval.tm_mday, month, &tval.tm_year,
354 switch (toupper(month[2])) {
355 case 'N': tval.tm_mon = (month[1] == 'A') ? 0 : 5; break;
357 case 'R': tval.tm_mon = (month[0] == 'M') ? 2 : 3; break;
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, argument
368 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
372 return getOffset(era, year, month, day, dayOfWeek, millis,
373 Grego::monthLength(year, month), status);
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, argument
390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app.cc81 create_time_exploded.month,
/external/chromium_org/chrome/browser/ui/webui/
H A Dinstant_ui.cc41 exploded.year, exploded.month, exploded.day_of_month,
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_ls.cc31 if (!base::StringToInt(date_parts[1], &time_exploded.month))
76 // * 6. month
77 // * 7. day of month
92 // Some FTP listings have swapped the "month" and "day of month" columns
/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_output_unittest.py191 year=int(match.group(1)), month=int(match.group(2)),

Completed in 1004 milliseconds

1234567891011>>