/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 40 const UnicodeString* month; local 45 month=symbol->getMonths(cnt); 51 logln(month[i]); 70 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local 75 logln(month[k]);
|
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 +
|
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 "+
|
/external/stlport/src/ |
c_locale.h | 381 * month is in the range [0, 12). 383 const char * _Locale_full_monthname(struct _Locale_time *, int /* month */); 384 const char * _Locale_abbrev_monthname(struct _Locale_time *, int /* month */); 387 const wchar_t * _WLocale_full_monthname(struct _Locale_time *, int /* month */, 389 const wchar_t * _WLocale_abbrev_monthname(struct _Locale_time *, int /* month */,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-1.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; 253 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
|
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/icu4c/i18n/unicode/ |
dtitvfmt.h | 96 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute. 98 * year > month > date > hour (in day) > minute 119 * If the largest different calendar field between date1 and date2 is "month", 125 * For date skeleton, the interval patterns when year, or month, or date is 143 * when the year, month, or day differs, falls back to fall-back 166 * For example, if user only requests year and month, 258 * "EEE, d MMM - EEE, d MMM, yyyy" for month differs, 676 * 1) when the year, month, or day differs, concatenate the two original 692 * includes year, month, and date when year, month, and date differs [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
SimpleDateFormat.java | 81 * <td>month in year</td> 87 * <td>day in month</td> 135 * <td>day of week in month</td> 147 * <td>week in month</td> 811 dateFormatField = Field.MONTH; 812 int month = calendar.get(Calendar.MONTH); local 814 appendNumber(buffer, count, month + 1); 816 buffer.append(formatData.shortMonths[month]); 818 buffer.append(formatData.months[month]); [all...] |
/external/icu4c/i18n/ |
rbtz.cpp | 345 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 350 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) { 354 return getOffset(era, year, month, day, dayOfWeek, millis, 355 Grego::monthLength(year, month), status); 360 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 372 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
|
/bionic/libc/tzcode/ |
strptime.c | 227 case 'B': /* The month, using the locale's form. */ 259 case 'd': /* The day of month. */ 297 case 'm': /* The month. */
|
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 259 int month = cal.get(Calendar.MONTH) + 1; local 280 fmt.format(formatStr, year, month, date, hour, min, sec);
|
/bionic/libc/kernel/common/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon445
|
/external/webkit/WebKit/chromium/public/ |
WebInputElement.h | 80 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,
|
os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon9382
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon9736
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon10090
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon10509
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon10872
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
telephony.h | 57 char month[3]; member in struct:__anon11296
|