/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 67 int os_mktime(int year, int month, int day, int hour, int min, int sec, 74 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 81 tm.tm_mon = month - 1;
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-datepicker.jd | 7 widget, which allows the user to select the month, day, and year, in a familiar interface.</p> 73 mMonth = c.get(Calendar.MONTH); 92 and the current year, month and day are acquired. Finally, the private 103 // Month is 0 based so add 1
|
/libcore/luni/src/main/java/java/sql/ |
Time.java | 32 * <i>Minute</i> and <i>Second</i>. The <i>Year</i>, <i>Month</i> and 36 * Any attempt to access the <i>Year</i>, <i>Month</i> or <i>Day</i> 98 * {@code Time} object does not have a <i>Month</i> component. 139 * {@code Time} object does not have a <i>Month</i> component.
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Time.java | 46 c.set(Calendar.MONTH, in.times[1]-1);
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
WordWidget.java | 79 // Pick out month names from resources 83 // Find current month and day 89 monthNames[today.month], today.monthDay);
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
WordWidget.java | 68 // Pick out month names from resources 72 // Find current month and day 78 monthNames[today.month], today.monthDay);
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler.cc | 104 NULL, // Padding so index 1 = month 1 = January. 110 NULL, // Padding so index 1 = month 1 = January. 116 NULL, // Padding so index 1 = month 1 = January.
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app_unittest.cc | 64 base::Time GetTestTime(int year, int month, int day, int hour, int minute, 68 exploded.month = month;
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
locale.js | 23 * LOCALE_MONTHS_SHORT: List of abbreviated month names. 74 * %b - The localized abbreviated month name. 75 * %d - The day of the month, zero padded (01-31).
|
/libcore/luni/src/test/java/libcore/java/text/ |
DateFormatSymbolsTest.java | 49 // The Polish language needs stand-alone month and weekday names. 66 // The original differentiates between regular month names and stand-alone month names...
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
Hints.java | 142 * Determines whether the provided time is from some time today (i.e., this day, month, 156 today.get(Calendar.MONTH) == timestamp.get(Calendar.MONTH));
|
/external/icu4c/i18n/ |
olsontz.cpp | 319 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 322 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) { 328 return getOffset(era, year, month, dom, dow, millis, 329 Grego::monthLength(year, month), 337 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 346 || month < UCAL_JANUARY 347 || month > UCAL_DECEMBER 365 return finalZone->getOffset(era, year, month, dom, dow, 370 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis) 428 int32_t year, month, dom, dow; local 555 int32_t year, month, dom, dow, doy, mid; local [all...] |
chnsecal.h | 30 * calendar is a lunisolar calendar: Each month starts on a new moon, and 32 * guarantee that month 11 always contains the winter solstice. In order 34 * months are numbered the same as the month they follow. The decision of 35 * which month is a leap month depends on the relative movements of the sun 142 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const; 143 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
tzrule.cpp | 288 int32_t month = fDateTimeRule->getRuleMonth(); 293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) { 297 ruleDay = Grego::fieldsToDay(year, month, dom); 356 int32_t year, month, dom, dow, doy, mid; 357 Grego::timeToFields(base, year, month, dom, dow, doy, mid); 380 int32_t year, month, dom, dow, doy, mid; 381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
|
/external/chromium/base/third_party/nspr/ |
prtime.h | 103 * Time broken down into human-readable components such as year, month, 113 * - the month field is spelled tm_month, not tm_mon; 179 * - tm_month and tm_year: because the number of days in a month and 181 * manipulate the month and year fields, although one may be tempted 182 * to. For example, what does "a month from January 31st" mean?
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-2.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 32 2. Call ToNumber(month) 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 72 var MONTH = 10; 211 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
15.9.3.1-3.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 32 2. Call ToNumber(month) 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 72 var MONTH = 10; 189 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
15.9.3.2-1.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 32 2. Call ToNumber(month) 67 var MONTH = 10; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )"; 220 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
15.9.3.2-2.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 32 2. Call ToNumber(month) 67 var MONTH = 10; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )"; 198 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
15.9.3.2-3.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 32 2. Call ToNumber(month) 67 var MONTH = 10; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )"; 184 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
15.9.5.28-1.js | 148 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 157 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 175 this.month = 0; 192 d.month = MonthFromTime(t); 200 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.30-1.js | 146 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 155 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 173 this.month = 0; 190 d.month = MonthFromTime(t); 199 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.31-1.js | 145 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 154 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 171 this.month = 0; 188 d.month = MonthFromTime(t); 196 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 281 "name TEXT, month INTEGER, salary INTEGER);"); 282 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " + 284 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " + 286 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " + 288 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " + 290 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " + 292 mDatabase.execSQL("INSERT INTO employee (name, month, salary) " +
|
/external/icu4c/test/cintltst/ |
utmstest.c | 350 int32_t month; member in struct:DotNetDateTimeTicks 359 * with the DateTime constructor taking int values for year, month, and date. 362 /* year, month, day, ticks */ 467 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */ 472 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day); 480 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
|