HomeSort by relevance Sort by last modified time
    Searched defs:monthDay (Results 1 - 10 of 10) sorted by null

  /external/webkit/JavaScriptCore/wtf/
DateMath.h 116 , monthDay(0)
136 , monthDay(inTm.tm_mday)
167 ret.tm_mday = monthDay;
189 monthDay = rhs.monthDay;
207 int monthDay;
  /external/webkit/WebCore/html/
DateComponents.h 66 int monthDay() const { return m_monthDay; }
96 // Sets year, month and monthDay.
102 // Sets year, month, monthDay, hour, minute, second and millisecond.
104 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 81 time.monthDay = 32;
89 assertEquals(expectedDate, time.monthDay);
93 time.monthDay = 32;
96 assertEquals(expectedDate, time.monthDay);
133 assertEquals(date, time.monthDay);
146 assertEquals(time.monthDay, anotherTime.monthDay);
192 assertEquals(time.monthDay, anotherTime.monthDay);
399 local.monthDay += test.offset
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 68 public int monthDay;
160 this.monthDay = 1;
268 this.monthDay = 0;
511 * time.monthDay += 1; // changes the date to Nov 5, 2007, 12am
518 * after adding or subtracting days or explicitly setting the "monthDay"
556 this.monthDay = that.monthDay;
569 public void set(int second, int minute, int hour, int monthDay, int month, int year) {
574 this.monthDay = monthDay;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 218 iterator.monthDay,
322 + "/" + iterator.monthDay
332 day = t.monthDay;
335 + "/" + t.monthDay
352 + "/" + t.monthDay
392 j = generated.monthDay;
709 iterator.monthDay = 1;
758 int iteratorDay = iterator.monthDay;
787 dayIndex = iterator.monthDay - dow;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1249 milliseconds