Searched defs:month (Results 1 - 25 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.h31 int32_t month; member in struct:CalendarCaseTest::TestCase
/external/chromium_org/v8/test/intl/date-format/
H A Dtimezone-name.js38 year: 'numeric', month: 'long', day: 'numeric',
/external/chromium_org/v8/test/intl/overrides/
H A Ddate.js38 [], {year: 'numeric', month: 'numeric', day: 'numeric',
51 locale, {year: 'numeric', month: 'numeric', day: 'numeric',
60 var options = {year: 'numeric', month: 'long', day: 'numeric',
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-builtinbust-7.js16 month: "long",
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h31 int32_t month; member in struct:CalendarCaseTest::TestCase
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_unittest.cc35 mock_current_time_exploded.month = 11;
75 int year, month, day_of_month, hour, minute; local
77 base::StringToInt(lines[9 * i + 4], &month);
100 EXPECT_EQ(month, time_exploded.month);
H A Dftp_util_unittest.cc124 const char* month; member in struct:__anon9240::__anon9244
168 kTestCases[i].month, kTestCases[i].day,
173 UTF8ToUTF16(kTestCases[i].month), UTF8ToUTF16(kTestCases[i].day),
179 EXPECT_EQ(kTestCases[i].expected_month, time_exploded.month);
220 EXPECT_EQ(kTestCases[i].expected_month, time_exploded.month);
H A Dftp_directory_listing_parser_unittest.h24 int month; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
54 EXPECT_EQ(test_case.month, time_exploded.month);
65 mock_current_time_exploded.month = 11;
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DDateDialogNormalizer.java60 int year, int month, int day, int hour, int minute, long minMillis, long maxMillis) {
63 calendar.set(year, month, day, hour, minute, 0);
59 normalize(DatePicker picker, OnDateChangedListener listener, int year, int month, int day, int hour, int minute, long minMillis, long maxMillis) argument
H A DMonthPicker.java42 int month = (int) (value % 12);
45 cal.set(year, month, 1);
55 protected void setCurrentDate(int year, int month) { argument
57 date.set(year, month, 1);
71 // make sure the month names are a zero based array
72 // with the months in the month spinner
80 * @return The selected month.
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h51 FX_BYTE month; member in struct:CPDFSDK_DateTime::FX_DATETIME
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app_unittest.cc70 base::Time GetTestTime(int year, int month, int day, int hour, int minute, argument
74 exploded.month = month;
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation_unittest.cc17 const char* month; member in struct:autofill::__anon6346::ExpirationDate
22 const int month; member in struct:autofill::__anon6346::IntExpirationDate
56 { "2013", "5" }, // Valid month in current year.
57 { "2014", "1" }, // Any month in next year.
58 { "2014", " 1" }, // Whitespace in month.
62 { 2013, 5 }, // Valid month in current year.
63 { 2014, 1 }, // Any month in next year.
66 { "2013", "04" }, // Previous month in current year.
67 { "2012", "12" }, // Any month in previous year.
70 { 2013, 4 }, // Previous month i
[all...]
/external/chromium_org/third_party/flot/
H A Djquery.flot.time.min.js9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i.mode=="time"&&(t.tickGenerator=function(e){var t=[],r=s(e.min,i),u=0,l=i.tickSize&&i.tickSize[1]==="quarter"||i.minTickSize&&i.minTickSize[1]==="quarter"?f:a;i.minTickSize!=null&&(typeof i.tickSize=="number"?u=i.tickSize:u=i.minTickSize[0]*o[i.minTickSize[1]]);for(var c=0;c<l.length-1;++c)if(e.delta<(l[c][0]*o[l[c][1]]+l[c+1][0]*o[l[c+1][1]])/2&&l[c][0]*o[l[c][1]]>=u)break;var h=l[c][0],p=l[c][1];if(p=="year"){if(i.minTickSize!=null&&i.minTickSize[1]=="year")h=Math.floor(i.minTickSize[0]);else{var d=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),v=e.delta/o.year/d;v<1.5?h=1:v<3?h=2:v<7.5?h=5:h=10,h*=d}h<1&&(h=1)}e.tickSize=i.tickSize||[h,p];var m=e.tickSize[0];p=e.tickSize[1];var g=m*o[p];p=="second"?r.setSeconds(n(r.getSeconds(),m)):p=="minute"?r.setMinutes(n(r.getMinutes(),m)):p=="hour"?r.setHours(n(r.getHours(),m)):p=="month"?r.setMonth(n(r.getMonth(),m)):p=="quarter"?r.setMonth(3*n(r.getMonth()/3,m)):p=="year"&&r.setFullYear(n(r.getFullYear(),m)),r.setMilliseconds(0),g>=o.minute&&r.setSeconds(0),g>=o.hour&&r.setMinutes(0),g>=o.day&&r.setHours(0),g>=o.day*4&&r.setDate(1),g>=o.month*2&&r.setMonth(n(r.getMonth(),3)),g>=o.quarter*2&&r.setMonth(n(r.getMonth(),6)),g>=o.year&&r.setMonth(0);var y=0,b=Number.NaN,w;do{w=b,b=r.getTime(),t.push(b);if(p=="month"||p=="quarter")if(m<1){r.setDate(1);var E=r.getTime();r.setMonth(r.getMonth()+(p=="quarter"?3:1));var S=r.getTime();r.setTime(b+y*o.hour+(S-E)*m),y=r.getHours(),r.setHours(0)}else r.setMonth(r.getMonth()+m*(p=="quarter"?3:1));else p=="year"?r.setFullYear(r.getFullYear()+m):r.setTime(b+g)}while(b<e.max&&b!=w);return t},t.tickFormatter=function(e,t){var n=s(e,t.options);if(i.timeformat!=null)return r(n,i.timeformat,i.monthNames,i.dayNames);var u=t.options.tickSize&&t.options.tickSize[1]=="quarter"||t.options.minTickSize&&t.options.minTickSize[1]=="quarter",a=t.tickSize[0]*o[t.tickSize[1]],f=t.max-t.min,l=i.twelveHourClock?" %p":"",c=i.twelveHourClock?"%I":"%H",h;a<o.minute?h=c+":%M:%S"+l:a<o.day?f<2*o.day?h=c+":%M"+l:h="%b %d "+c+":%M"+l:a<o.month?h="%b %d":u&&a<o.quarter||!u&&a<o.year?f<o.year?h="%b":h="%b %Y":u&&a<o.year?f<o.year?h="Q%q":h="Q%q %Y":h="%Y";var p=r(n,h,i.monthNames,i.dayNames);return p})})})}var t={xaxis:{timezone:null,timeformat:null,twelveHourClock:!1,monthNames:null}},o={second:1e3,minute:6e4,hour:36e5,day:864e5,month:2592e6,quarter:7776e6,year:525949.2*60*1e3},u=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hour"],[8,"hour"],[12,"hour"],[1,"day"],[2,"day"],[3,"day"],[.25,"month"],[.5,"month"],[1,"month"],[2,"month"]],a=u.concat([[3,"month"],[ property
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.cpp110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) argument
112 // handle month > 12, < 0 (e.g. from add/set)
113 if ( month >= 0 ) {
114 year += month/13;
115 month %= 13;
117 ++month;
118 year += month/13 - 1;
119 month = month%13 + 12;
125 + 30 * month // numbe
131 jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) argument
[all...]
H A Dcoptccal.cpp78 int32_t eyear, month, day, era, year; local
79 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
92 internalSet(UCAL_MONTH, month);
94 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day)
155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
H A Ddtrule.cpp20 DateTimeRule::DateTimeRule(int32_t month, argument
24 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay),
28 DateTimeRule::DateTimeRule(int32_t month, argument
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
37 DateTimeRule::DateTimeRule(int32_t month, argument
44 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),
/external/chromium_org/third_party/icu/source/test/compat/
H A Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
44 sysyear = year = month = day = 0;
52 month = atoi(argv[2]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
120 ts.tm_mon = month - OFFSET_MONTH;
/external/chromium_org/v8/src/
H A Ddateparser.cc14 // Day and month defaults to 1.
20 int month = kNone; local
27 month = comp_[1];
31 month = comp_[0];
36 month = named_month_;
56 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false;
59 output->set(MONTH, Smi::FromInt(month - 1)); // 0-based
149 // Word longer than keyword is only allowed for month names.
/external/chromium_org/v8/test/mjsunit/
H A Dto_number_order.js60 var month = { valueOf: function() { x += 2; return 2; } };
68 new Date(year, month, date, hours, minutes, seconds, ms);
73 Date(year, month, date, hours, minutes, seconds, ms);
77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
118 new Date().setMonth(month, date, hours, minutes, seconds, ms);
122 new Date().setUTCMonth(month, date, hours, minutes, seconds, ms);
126 new Date().setFullYear(year, month, date, hours, minutes, seconds, ms);
130 new Date().setUTCFullYear(year, month, date, hours, minutes, seconds, ms);
/external/chromium_org/v8/test/webkit/
H A Ddate-constructor.js78 var month = { valueOf: function() { testStr += 2; return 2; } };
86 new Date(year, month, date, hours, minutes, seconds, ms);
90 Date.UTC(year, month, date, hours, minutes, seconds, ms);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php73 $month = substr($timePart, 4, 2); variable
77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
/external/icu/icu4c/source/i18n/
H A Dcecal.cpp110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) argument
112 // handle month > 12, < 0 (e.g. from add/set)
113 if ( month >= 0 ) {
114 year += month/13;
115 month %= 13;
117 ++month;
118 year += month/13 - 1;
119 month = month%13 + 12;
125 + 30 * month // numbe
131 jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) argument
[all...]
H A Dcoptccal.cpp78 int32_t eyear, month, day, era, year; local
79 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
92 internalSet(UCAL_MONTH, month);
94 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day)
155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
H A Ddtrule.cpp20 DateTimeRule::DateTimeRule(int32_t month, argument
24 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay),
28 DateTimeRule::DateTimeRule(int32_t month, argument
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
37 DateTimeRule::DateTimeRule(int32_t month, argument
44 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),

Completed in 6597 milliseconds

12345678