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

  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 108 * @param {!number} month
111 function formatJapaneseImperialEra(year, month) {
124 if (year == 1912 && month >= 7)
133 function createUTCDate(year, month, date) {
136 newDate.setUTCMonth(month);
143 * @return {?Day|Week|Month}
146 var month = Month.parse(dateString);
147 if (month)
148 return month;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 42 // * Month type: year-month
43 // * Date type: year-month-day
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
67 Month,
77 int month() const { return m_month; } function in class:WebCore::DateComponents
105 // Sets year and month.
107 // Sets year, month and monthDay.
113 // Sets year, month, monthDay, hour, minute, second and millisecond.
115 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
DateComponents.cpp 56 // 'month' is 0-based.
57 static int maxDayOfMonth(int year, int month)
59 if (month != 1) // February?
60 return daysInMonth[month];
64 // 'month' is 0-based.
65 static int dayOfWeek(int year, int month, int day)
67 int shiftedMonth = month + 2;
138 static bool withinHTMLDateLimits(int year, int month)
144 return month <= maximumMonthInMaximumYear;
147 static bool withinHTMLDateLimits(int year, int month, int monthDay
182 int month = m_month; local
201 int month = m_month; local
331 int month; local
582 int month = static_cast<int>(doubleMonth); local
    [all...]
  /external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q3.js 15 ["http://cruises.orbitz.com/results.do?wdos=3&places=ALL&days=ALL&Month=ALL&dd=ALL&d=NaN%2FNaN%2FNaN&d2=NaN%2FNaN%2FNaN&fd=2&shoppingZipCode=Zip+Code&Search.x=29&Search.y=6&Search=Search&c=ALL&v=ALL&porttype=E&SType=P&ptype=c&type=c&p=ALL&SType=A&clp=1&sort=7&IncludeSeniorRates=false&IncludeAlumniRates=false&AlumniCruiseId=false",
  /external/chromium_org/v8/test/intl/date-format/
parse-MMMdy.js 29 // Month is represented as a short name.
32 {year: 'numeric', month: 'short',
parse-mdy.js 50 // Month is numeric, so it fails on "Feb".
parse-mdyhms.js 31 {year: 'numeric', month: 'numeric',
53 // Month is numeric, so it fails on "Feb".
  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp 105 m_builder.append(m_localizer.shortMonthLabels()[m_date.month()]);
107 m_builder.append(m_localizer.monthLabels()[m_date.month()]);
110 appendNumber(m_date.month() + 1, 2);
115 m_builder.append(m_localizer.shortStandAloneMonthLabels()[m_date.month()]);
117 m_builder.append(m_localizer.standAloneMonthLabels()[m_date.month()]);
120 appendNumber(m_date.month() + 1, 2);
403 case DateComponents::Month:
  /external/v8/test/mjsunit/
date.js 79 // Month
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 141 /* VALID_DAY should only be used when month is unknown */
186 #define DAY_IN_YEAR(day, month, year) \
188 dayInLeapYearByMonth[month - 1] : \
189 dayInYearByMonth[month - 1]) + day)
394 "Parsed month %02i\n", dt->mon);
402 * @mon: the month to format
2066 int month; local
2114 int month; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
date.js 81 // Month
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 40 "Month",
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 98 && m_parameters.minimum.month() == m_parameters.maximum.month()
220 && m_parameters.minimum.month() <= m_parameters.maximum.month()) {
221 minMonth = m_parameters.minimum.month();
222 maxMonth = m_parameters.maximum.month();
238 if (minMonth == maxMonth && minMonth == m_dateValue.month() && m_dateValue.type() != DateComponents::Month) {
354 ASSERT(m_parameters.minimum.month() == m_parameters.maximum.month());
    [all...]
  /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...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 3093 milliseconds