/external/icu4c/i18n/ |
vzone.cpp | 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); 123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
|
/external/icu4c/samples/datecal/ |
cal.cpp | 35 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
|
ccal.c | 37 printf("year: %d, month: %d (%d in the implementation), day: %d\n",
|
/external/icu4c/test/compat/ |
readme.txt | 32 tzone.pl year month day
|
/external/icu4c/test/intltest/ |
calcasts.h | 30 int32_t year; member in struct:CalendarCaseTest::TestCase
|
tzrulets.h | 48 UDate getUTCMillis(int32_t year, int32_t month, int32_t dom,
|
/external/stlport/src/ |
time_facets.cpp | 182 year to the year day YDAY with week day WDAY. ISO weeks start on 183 Monday; the first ISO week has the year's first Thursday. YDAY may 198 # define __is_leap(year)\ 199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) 393 int year = t->tm_year + __TM_YEAR_BASE; variable 396 /* This ISO week belongs to the previous year. */ 397 year-- [all...] |
/external/valgrind/main/auxprogs/ |
change-copyright-year | 3 # Script updates the copyright year in every file in Valgrind that contains
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Clock.h | 33 #define M4ERR_CLOCK_BAD_REF_YEAR M4OSA_ERR_CREATE(M4_ERR,M4OSA_CLOCK,0x000001) /**< Input year of reference is neither 1900, nor 1970 nor 2000*/
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
DateFormatTest.java | 37 assertFalse(DateFormat.hasDesignator("hh:mm 'yyyy'", DateFormat.YEAR));
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_time.h | 45 uint16_t year; member in struct:__db_system_time_
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_time.c | 46 time_ptr->year = tm_t->tm_year + 1900;
|
/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_rel.c | 25 int32_t drm_monthDays(int32_t year, int32_t month) 42 if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) 51 int32_t drm_checkDate(int32_t year, int32_t month, int32_t day, 55 day >= 1 && day <= drm_monthDays(year, month) && 66 int32_t year, mon, day, hour, min, sec; local 75 /** get year */ 81 year = atoi((char *)pHead); 128 if (0 != drm_checkDate(year, mon, day, hour, min, sec) 238 int32_t year, mon, day, hour, min, sec; local [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DatePickerActivity.java | 32 public void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth) {
|
/frameworks/native/libs/utils/tests/ |
ZipFileRO_test.cpp | 46 << "Year was improperly converted.";
|
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 182 year to the year day YDAY with week day WDAY. ISO weeks start on 183 Monday; the first ISO week has the year's first Thursday. YDAY may 198 # define __is_leap(year)\ 199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) 393 int year = t->tm_year + __TM_YEAR_BASE; variable 396 /* This ISO week belongs to the previous year. */ 397 year-- [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
distrib.good | 17 year in the bag of one bee:
|
/external/chromium/base/third_party/nspr/ |
prtime.h | 103 * Time broken down into human-readable components such as year, month, 114 * - we use absolute year, AD, not the year since 1900. 132 PRInt16 tm_year; /* absolute year, AD (note that we do not 137 PRInt16 tm_yday; /* calculated day of the year 180 * number of days in a year are not constant, it is ambiguous to 181 * manipulate the month and year fields, although one may be tempted
|
/external/chromium/base/metrics/ |
field_trial.cc | 34 const int year, 48 DCHECK_GT(year, 1970); 55 exploded.year = year; 226 const int kTwoYearsFromNow = exploded.year;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-4.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 31 1. Call ToNumber(year) 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 71 var YEAR = 9; 172 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
|
15.9.3.1-5.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 31 1. Call ToNumber(year) 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 71 var YEAR = 9; 149 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
|
15.9.3.2-4.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 31 1. Call ToNumber(year) 66 var YEAR = 9; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )"; 166 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
|
15.9.3.2-5.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 31 1. Call ToNumber(year) 66 var YEAR = 9; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )"; 148 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
|
/prebuilts/tools/common/m2/internal/org/objenesis/objenesis-parent/1.2/ |
objenesis-parent-1.2.pom | 194 <id>year</id>
199 <propertyName>year</propertyName>
223 <year>${year}</year>
|
/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 19 * 10/14/99 aliu Updated class doc to describe 2-digit year parsing 73 * y year (Number) 1996 74 * Y year (week of year) (Number) 1997 75 * u extended year (Number) 4601 76 * U cyclic year name (Text,NumFallback) ren-chen (29) 78 * M month in year (Text & Number) July & 07 88 * D day in year (Number) 189 90 * w week in year (Number) 27 119 * this amount (e.g. if "m" produces "6", "mm" produces "06"). Year is handle [all...] |