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

1 2 3 4 5 6 78 91011>>

  /external/chromium/base/
time_mac.cc 70 date.month = exploded.month;
91 exploded->month = date.month;
  /external/chromium/chrome/browser/autofill/
credit_card.h 36 // Special method to set value for HTML5 month input type.
79 // The month and year are zero if not present.
95 // These setters verify that the month and year are within appropriate
107 // Returns true if |text| matches the expiration month of the card.
  /external/chromium/chrome/browser/extensions/
convert_web_app.h 26 // <year>.<month>.<day>.<fraction>
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 19 <select id="expiration-month"></select>
  /external/icu4c/i18n/
vzone.cpp 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status);
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
  /external/icu4c/samples/datecal/
cal.cpp 35 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
ccal.c 37 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
  /external/icu4c/test/compat/
readme.txt 32 tzone.pl year month day
  /external/icu4c/test/intltest/
calcasts.h 31 int32_t month; member in struct:CalendarCaseTest::TestCase
tzrulets.h 47 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
  /external/wpa_supplicant/
os_unix.c 45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
52 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
59 tm.tm_mon = month - 1;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c 45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
52 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
59 tm.tm_mon = month - 1;
  /frameworks/base/core/tests/coretests/src/android/util/
MonthDisplayHelperTest.java 188 // last day of previous month
191 // first day of next month
194 // first day in month
197 // last day in month
  /frameworks/base/docs/html/guide/tutorials/views/
hello-datepicker.jd 6 <p>A {@link android.widget.DatePicker} is a widget that allows the user to select a month, day and year.</p>
68 mMonth = c.get(Calendar.MONTH);
83 instance of {@link java.util.Calendar} and get the current year, month and day. Finally, we call
111 // Month is 0 based so add 1
  /frameworks/base/libs/utils/tests/
ZipFileRO_test.cpp 49 << "Month was improperly converted.";
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 46 uint16_t month; member in struct:__db_system_time_
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 47 time_ptr->month = tm_t->tm_mon + 1;
  /packages/apps/Calendar/res/layout/
full_month_by_week.xml 20 android:id="@+id/month"
month_by_week.xml 20 android:id="@+id/month"
  /packages/apps/Calendar/res/layout-xlarge/
full_month_by_week.xml 20 android:id="@+id/month"
  /system/core/include/cutils/
tztime.h 34 const char *month[12]; /* long names */ member in struct:strftime_locale
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
80 // A full textual representation of a month
114 // Day of the month without leading zeros
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
80 // A full textual representation of a month
114 // Day of the month without leading zeros
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
167 // English ordinal suffix for the day of the month, 2 characters
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.36-1.js 178 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
187 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
205 this.month = 0;
222 d.month = MonthFromTime(t);
230 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
238 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
241 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-2.js 164 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
173 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
191 this.month = 0;
208 d.month = MonthFromTime(t);
216 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
224 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
227 var DAY = MakeDay( YEAR, MONTH, DATE );

Completed in 1624 milliseconds

1 2 3 4 5 6 78 91011>>