HomeSort by relevance Sort by last modified time
    Searched defs:month (Results 176 - 200 of 624) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/curl/lib/
ftp.c 71 #include "parsedate.h" /* for the week day and month names */
2052 int year, month, day, hour, minute, second; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 81 public int getOffset(int era, int year, int month, int day, int dayOfWeek,
83 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
420 // Month length in regular year
847 int month = ruleFields[0]; local
857 if (ruleFields.length != 10 || month == -1 || dayOfWeek == 0) {
862 int firstDay = 31; // max possible number of dates in a month
869 days[i] = days[i] > 0 ? days[i] : MONTHLENGTH[month] + days[i] + 1;
1711 int month = -1, dom = 0, dow = 0, dtype = -1; local
1924 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 37 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
105 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY,
179 // Julian# Year Month DOM JULIAN:Year, Month, DOM
195 int month = DATA[i+2]; local
204 cal.set(year, month, dom);
209 month2 = cal.get(Calendar.MONTH);
211 s = "G " + year + "-" + (month+1-Calendar.JANUARY) + "-" + dom +
215 if (delta != 0 || year != year2 || month != month2 ||
221 month = DATA[i+5]
456 int year = 1997, month = Calendar.APRIL, date = 1; local
780 private int month; field in class:CompatibilityTest.TransitionItem
971 int month = java.util.Calendar.OCTOBER; \/\/october local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 238 * BEGINNING OR END OF A MONTH. We must add this code because
257 testCal.get(Calendar.MONTH),
332 int month = cal.get(Calendar.MONTH); local
341 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
507 int month = DATA[i+1]; local
514 zone.setStartRule(month, day, dayOfWeek, time);
519 errln("setStartRule(month=" + month + ", day=" + day +
527 zone.setEndRule(month, day, dayOfWeek, time)
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 700 int32_t year, month, dom, dow; local
704 Grego::dayToFields(day, year, month, dom, dow);
706 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
708 Grego::monthLength(year, month),
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 905 int32_t month; member in struct:__anon21539
1667 int32_t month; member in struct:__anon21540
2296 int32_t month; member in struct:__anon21547
    [all...]
cdattst.c 429 int32_t year, month, day; local
432 month = ucal_get(ucal, UCAL_MONTH, &status);
434 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
616 /*since the month names has the last string empty and week names are 1 based 1.e first string in the weeknames array is empty */
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 616 cal->roll(Calendar::MONTH, (int32_t)100, status);
677 int32_t year = 1997, month = UCAL_APRIL, date = 1;
678 gc->set(year, month, date);
686 gc->get(UCAL_MONTH, status) != month ||
892 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day)
900 m == month &&
907 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1392 int32_t month = UCAL_OCTOBER; local
2462 int32_t month; member in class:CalFields
2800 int32_t month = cal->get(UCAL_MONTH, status); local
3268 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local
3303 int32_t month = tstCal->get(UCAL_MONTH, status); local
    [all...]
tzrulets.cpp 275 int32_t era, year, month, dayOfMonth, dayOfWeek, millisInDay; local
298 month = cal->get(UCAL_MONTH, status);
306 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
337 month = cal->get(UCAL_MONTH, status);
345 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
    [all...]
tztest.cpp 1912 int32_t year, month, day, hour, minute, second; member in struct:__anon21753
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 767 int32_t month; member in struct:FinalRulePart
815 month = _month;
824 if (month < 0 || month >= 12) {
825 os << "Invalid input month " << month; local
827 if (dom < 1 || dom > MONTH_LEN[month]) {
828 os << "Invalid input day of month " << dom;
843 << month << dom << dow << time
960 int32_t month, dom, dow, time, offset local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 189 // Label for the current month name
255 // The month name and the control buttons are bunched together
354 calendarPanel.add(Calendar.MONTH, +1);
358 calendarPanel.add(Calendar.MONTH, -1);
494 int month = fCalendar.get(Calendar.MONTH); local
499 fCalendar.set(Calendar.MONTH, month);
518 // Stash away a Date for the start of this month
520 // Find the day of week of the first day in this month
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 85 public int getOffset(int era, int year, int month, int day, int dayOfWeek,
87 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
451 // Month length in regular year
878 int month = ruleFields[0]; local
888 if (ruleFields.length != 10 || month == -1 || dayOfWeek == 0) {
893 int firstDay = 31; // max possible number of dates in a month
900 days[i] = days[i] > 0 ? days[i] : MONTHLENGTH[month] + days[i] + 1;
1742 int month = -1, dom = 0, dow = 0, dtype = -1; local
1955 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 34 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
102 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY,
176 // Julian# Year Month DOM JULIAN:Year, Month, DOM
192 int month = DATA[i+2]; local
201 cal.set(year, month, dom);
206 month2 = cal.get(Calendar.MONTH);
208 s = "G " + year + "-" + (month+1-Calendar.JANUARY) + "-" + dom +
212 if (delta != 0 || year != year2 || month != month2 ||
218 month = DATA[i+5]
453 int year = 1997, month = Calendar.APRIL, date = 1; local
777 private int month; field in class:CompatibilityTest.TransitionItem
968 int month = java.util.Calendar.OCTOBER; \/\/october local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 235 * BEGINNING OR END OF A MONTH. We must add this code because
254 testCal.get(Calendar.MONTH),
329 int month = cal.get(Calendar.MONTH); local
338 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
504 int month = DATA[i+1]; local
511 zone.setStartRule(month, day, dayOfWeek, time);
516 errln("setStartRule(month=" + month + ", day=" + day +
524 zone.setEndRule(month, day, dayOfWeek, time)
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 230 uint32_t month = 1; local
272 month = 0;
273 if (!ExtractCountDigitsWithOptional(str, len, 1, cc, &month))
282 month = i + 1;
319 datetime->SetDate(year, month, day);
506 bool MonthHas30Days(uint32_t month) {
507 return month == 4 || month == 6 || month == 9 || month == 11
567 uint8_t month = datetime.GetMonth(); local
733 uint32_t month = 0; local
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 776 """April - the month of April """
780 """August - the month of August """
949 """December - the month of December """
1190 month = months variable
    [all...]
  /external/v8/src/
objects-debug.cc 503 CHECK(month()->IsUndefined(isolate) || month()->IsSmi() || month()->IsNaN());
513 if (month()->IsSmi()) {
514 int month = Smi::cast(this->month())->value(); local
515 CHECK(0 <= month && month <= 11);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 142 * MONTH 0 0 11 11
163 JANUARY, // MONTH
182 JANUARY, // MONTH (Showa 64 ended in January.)
201 DECEMBER, // MONTH
403 set(MONTH, d.getMonth() - 1);
405 } else if (field == MONTH) {
411 set(MONTH, d.getMonth() - 1);
583 internalGet(MONTH) + 1,
613 case MONTH:
614 // Rolling the month involves both pinning the final value to [0, 11
1627 int month = jdate.getMonth() - 1; \/\/ 0-based local
1971 int month = JANUARY; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 17 package com.android.calendar.month;
255 // divided up by day for generating the large month version and the full
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 123 ASN1uint8_t month; member in struct:tagASN1generalizedtime_t
135 ASN1uint8_t month; member in struct:tagASN1utctime_t
xcmc.h 44 CMC_sint8 month; member in struct:__anon66345
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 776 """April - the month of April """
780 """August - the month of August """
949 """December - the month of December """
1190 month = months variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 776 """April - the month of April """
780 """August - the month of August """
949 """December - the month of December """
1190 month = months variable
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 82 time.month = 2;
88 assertEquals(3, cal.get(Calendar.MONTH));
90 assertEquals(expectedMonth, time.month);
94 time.month = 2;
97 assertEquals(expectedMonth, time.month);
114 final int month = 5; local
117 time.set(date, month, year);
119 assertEquals(month, time.month);
134 assertEquals(time.month, anotherTime.month)
    [all...]

Completed in 1087 milliseconds

1 2 3 4 5 6 78 91011>>