HomeSort by relevance Sort by last modified time
    Searched refs:Month (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/html/
DateComponents.h 41 // * Month type: year-month
42 // * Date type: year-month-day
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
66 int month() const { return m_month; } function in class:WebCore::DateComponents
93 // Sets year and month.
95 // Sets year, month and monthDay.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
118 // For Month type. Updates m_year and m_month
    [all...]
DateComponents.cpp 67 // 'month' is 0-based.
68 static int maxDayOfMonth(int year, int month)
70 if (month != 1) // February?
71 return daysInMonth[month];
75 // 'month' is 0-based.
76 static int dayOfWeek(int year, int month, int day)
78 int shiftedMonth = month + 2;
149 static bool withinHTMLDateLimits(int year, int month)
155 return month <= maximumMonthInMaximumYear;
158 static bool withinHTMLDateLimits(int year, int month, int monthDay
193 int month = m_month; local
212 int month = m_month; local
343 int month; local
598 int month = static_cast<int>(doubleMonth); local
    [all...]
  /external/v8/test/mjsunit/
date.js 79 // Month
  /external/e2fsprogs/lib/et/
texinfo.tex 600 % Produces Day Month Year style of output.
602 \ifcase\month\or
607 % Use this if you want the Month Day, Year style of output.
608 %\def\today{\ifcase\month\or
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 255 milliseconds