/external/chromium_org/third_party/WebKit/Source/web/ |
ExternalDateTimeChooser.cpp | 97 if (source == InputTypeNames::month)
|
DateTimeChooserImpl.cpp | 94 else if (type == InputTypeNames::month) 112 if (m_parameters.type == InputTypeNames::month) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utmstest.c | 352 int32_t month; member in struct:DotNetDateTimeTicks 361 * with the DateTime constructor taking int values for year, month, and date. 364 /* year, month, day, ticks */ 469 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */ 474 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day); 482 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltest.h | 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
|
caltest.cpp | 575 cal->roll(Calendar::MONTH, (int32_t)100, status); 636 int32_t year = 1997, month = UCAL_APRIL, date = 1; 637 gc->set(year, month, date); 645 gc->get(UCAL_MONTH, status) != month || 851 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) 859 m == month && 866 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day + 1351 int32_t month = UCAL_OCTOBER; local 2420 int32_t month; member in class:CalFields 2743 int32_t month = cal->get(UCAL_MONTH, status); local 2788 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local 2823 int32_t month = tstCal->get(UCAL_MONTH, status); local [all...] |
tsdtfmsy.cpp | 41 const UnicodeString* month; local 46 month=symbol->getMonths(cnt); 52 logln(month[i]); 71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local 76 logln(month[k]);
|
/external/chromium_org/v8/test/intl/date-format/ |
property-override.js | 47 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short', 58 'minute', 'month', 'numberingSystem',
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
Utils.java | 264 int month = Integer.parseInt(buildIdParts[buildIdSegment].substring(4, 6)) - 1; local 269 calendar.set(year, month, date, hours, min); 276 int month = Integer.parseInt(buildIdParts[0].substring(5, 7)) - 1; local 280 calendar.set(year, month, date, hours, min);
|
/external/icu/icu4c/source/test/cintltst/ |
utmstest.c | 352 int32_t month; member in struct:DotNetDateTimeTicks 361 * with the DateTime constructor taking int values for year, month, and date. 364 /* year, month, day, ticks */ 469 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */ 474 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day); 482 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
|
/external/icu/icu4c/source/test/intltest/ |
caltest.h | 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
|
caltest.cpp | 596 cal->roll(Calendar::MONTH, (int32_t)100, status); 657 int32_t year = 1997, month = UCAL_APRIL, date = 1; 658 gc->set(year, month, date); 666 gc->get(UCAL_MONTH, status) != month || 872 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) 880 m == month && 887 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day + 1372 int32_t month = UCAL_OCTOBER; local 2442 int32_t month; member in class:CalFields 2780 int32_t month = cal->get(UCAL_MONTH, status); local 2825 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local 2860 int32_t month = tstCal->get(UCAL_MONTH, status); local [all...] |
tsdtfmsy.cpp | 41 const UnicodeString* month; local 46 month=symbol->getMonths(cnt); 52 logln(month[i]); 71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local 76 logln(month[k]);
|
/external/iptables/extensions/ |
libxt_time.c | 93 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local 107 month = strtoul(s, &e, 10); 108 if ((*e != '-' && *e != '\0') || month > 12) 141 tm.tm_mon = month - 1;
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 85 * <a name="datetimefield-month"/> 87 * <td> month </td> 95 * <td> Independent of month, max range is 1 to 31 or {@link DatatypeConstants#FIELD_UNDEFINED}.<br/> 96 * The normative value constraint stated relative to month 197 * int month, 206 * int month, 216 * int month, 272 * <p>Set month.</p> 276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a> [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
|
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 172 public void onDateSet(DatePicker view, int year, int month, int day) { 175 setDate(activity, year, month, day); 218 calendar.get(Calendar.MONTH), 254 calendar.get(Calendar.MONTH), 320 /* package */ static void setDate(Context context, int year, int month, int day) { 324 c.set(Calendar.MONTH, month);
|
/frameworks/base/core/java/android/widget/ |
CalendarViewLegacyDelegate.java | 71 * Affects when the month selection will change while scrolling upe 180 * The name of the month to display. 205 * Which month should be displayed/highlighted [0-11]. 245 * The first day of the focused month. 682 selectedDay.get(Calendar.MONTH), 757 * in range it will move the list so that the first of the month containing 795 // and if so scroll to the month that contains it 834 * Updates the title and selected month if the <code>view</code> has moved to a new 835 * month. 857 // Use some hysteresis for checking which month to highlight. Thi [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 99 static private long getTime(int year, int month, int date, int hour, 101 aCal.set(year, month, date, hour, minute, second);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
timezone.h | 456 * @param month The reference date's month (0-based; 0 is January) 457 * @param day The reference date's day-in-month (1-based) 464 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 477 * @param month the month in the given date. 478 * Month is 0-based. e.g., 0 for January. 479 * @param day the day-in-month of the given date. 482 * @param monthLength the length of the given month in days. 487 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day [all...] |
/external/chromium_org/v8/src/ |
objects-debug.cc | 431 CHECK(month()->IsUndefined() || month()->IsSmi() || month()->IsNaN()); 441 if (month()->IsSmi()) { 442 int month = Smi::cast(this->month())->value(); local 443 CHECK(0 <= month && month <= 11); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 73 $month = substr($timePart, 4, 2);
variable 77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
|
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 456 * @param month The reference date's month (0-based; 0 is January) 457 * @param day The reference date's day-in-month (1-based) 464 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 477 * @param month the month in the given date. 478 * Month is 0-based. e.g., 0 for January. 479 * @param day the day-in-month of the given date. 482 * @param monthLength the length of the given month in days. 487 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day [all...] |
/external/openssl/crypto/ |
o_time.c | 179 short year, month, day, hour, minute, second, member in struct:vms_vectime 206 result->tm_mon = time_values.month - 1;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
DateUtils.java | 114 private static final Calendar getUtcDate(int year, int month, int dayOfMonth) { 118 calendar.set(Calendar.MONTH, month); 191 if (dateFormatOrder[i] == DateFormat.MONTH) { 202 * determine whether the month field should be displayed before the day field, and returns 245 final int targetMonth = target.get(Calendar.MONTH);
|