/external/chromium/chrome/browser/autofill/ |
autofill_manager_unittest.cc | 88 void CreateTestCreditCardsYearAndMonth(const char* year, const char* month) { 93 month, year); 222 "Expiration Date", "ccmonth", "", "month", &field); 262 // are true. |use_month_type| is used for credit card input month type. 363 "Expiration Date", "ccmonth", date.c_str(), "month", &field); 402 const char* month) { 405 "Miku Hatsune", "4234567890654321", month, year, [all...] |
/external/icu4c/i18n/ |
rbtz.cpp | 347 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 352 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) { 356 return getOffset(era, year, month, day, dayOfWeek, millis, 357 Grego::monthLength(year, month), status); 362 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
|
ucal.cpp | 357 int32_t month, 364 ((Calendar*)cal)->set(year, month, date); 371 int32_t month, 380 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
|
zonemeta.cpp | 128 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local 144 month = 10*month + n; 180 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
|
/external/icu4c/test/intltest/ |
tzbdtest.cpp | 225 * Check that the given year/month/dom/hour maps to and from the 233 void TimeZoneBoundaryTest::verifyMapping(Calendar& cal, int year, int month, int dom, int hour, 238 cal.set(year, month, dom, hour, 0, 0); 242 logln(UnicodeString("Ok: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " + 245 dataerrln(UnicodeString("FAIL: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " + 251 cal.get(UCAL_MONTH, status) == month && 265 ", expected " + year + "/" + (month+1) + "/" + dom +
|
tufmtts.cpp | 115 assertTrue("year != month", (*tmunit != *tmunit_m)); 118 assertTrue("field of month time unit is month", (field == TimeUnit::UTIMEUNIT_MONTH));
|
tzoffloc.cpp | 60 // Expected offsets by int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 201 // Test getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 209 errln((UnicodeString)"getOffset(era,year,month,day,dayOfWeek,millis,status) failed for TESTZONES[" + i + "]");
|
astrotst.cpp | 353 // cal.set(cal.MONTH, cal.MARCH); 356 // cal.set(cal.MONTH, cal.JULY); 419 // cal3.set(cal3.MONTH, Calendar.JANUARY); 457 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+
|
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 266 int month = cal.get(Calendar.MONTH) + 1; local 287 fmt.format(formatStr, year, month, date, hour, min, sec);
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 940 cal2.set(Calendar.MONTH, Calendar.OCTOBER); 997 cal2.set(Calendar.MONTH, Calendar.OCTOBER); [all...] |
/bionic/libc/kernel/common/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon495
|
/development/apps/BuildWidget/src/com/android/buildwidget/ |
BuildWidget.java | 62 // Pick out month names from resources
|
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon1109
|
/external/chromium/chrome/browser/history/ |
text_database.cc | 85 // Identifiers are intended to be a combination of the year and month, for 114 int year, month; local 116 base::StringToInt(suffix.begin() + 5, suffix.begin() + 7, &month); 118 return year * 100 + month;
|
/external/chromium/net/base/ |
x509_cert_types.cc | 109 exploded.month = ParseIntAndAdvance(&field, 2, &valid);
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_windows.cc | 29 if (!base::StringToInt(date_parts[0], &time_exploded.month))
|
/external/iptables/extensions/ |
libxt_time.c | 90 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local 104 month = strtoul(s, &e, 10); 105 if ((*e != '-' && *e != '\0') || month > 12) 138 tm.tm_mon = month - 1;
|
/external/libvpx/examples/includes/geshi/geshi/ |
oobas.php | 62 'dateserial','datevalue','day','month','weekday','year','cdatetoiso',
|
per.php | 238 "MONTH",
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-4.js | 25 Date( year, month, date, hours, minutes, seconds )
|
15.9.2.2-5.js | 25 Date( year, month, date, hours, minutes, seconds )
|
/external/webkit/Source/WebCore/html/ |
MonthInputType.cpp | 56 return InputTypeNames::month();
|
/external/wpa_supplicant/ |
os.h | 58 * @month: Month (1 .. 12) 59 * @day: Day of month (1 .. 31) 70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os.h | 58 * @month: Month (1 .. 12) 59 * @day: Day of month (1 .. 31) 70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|