/external/chromium_org/third_party/icu/source/i18n/ |
dangical.cpp | 28 * The start year of the Korean traditional calendar (Dan-gi) is the inaugural 29 * year of Dan-gun (BC 2333). 31 static const int32_t DANGI_EPOCH_YEAR = -2332; // Gregorian year
|
/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); 201 * by setting the extended year to the minimum value. 210 * by setting the extended year to the minimum value.
|
calregts.cpp | 97 "YEAR", 399 logln("YEAR: " + Calendar::get(Calendar::YEAR)); 426 logln("YEAR: " + Calendar::get(Calendar::YEAR)); 805 /*cal1.set( Calendar::YEAR, 1997 ); 818 /*cal2.set( Calendar::YEAR, 1997 ); 861 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local 897 cal3->set(year, month, day, hr, min, sec); 1621 int32_t year = calendar->get(UCAL_YEAR,status); local 2458 int32_t year = cal->get(UCAL_YEAR, status); local [all...] |
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 => " + 250 if (cal.get(UCAL_YEAR, status) == year && 265 ", expected " + year + "/" + (month+1) + "/" + dom + 449 TimeZoneBoundaryTest::findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges) 453 UDate d = date(year - 1900, UCAL_JANUARY, 1); 459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false")) [all...] |
/external/chromium_org/v8/test/webkit/ |
date-constructor.js | 77 var year = { valueOf: function() { testStr += 1; return 2007; } }; 86 new Date(year, month, date, hours, minutes, seconds, ms); 90 Date.UTC(year, month, date, hours, minutes, seconds, ms);
|
/external/icu/icu4c/source/i18n/ |
dangical.cpp | 28 * The start year of the Korean traditional calendar (Dan-gi) is the inaugural 29 * year of Dan-gun (BC 2333). 31 static const int32_t DANGI_EPOCH_YEAR = -2332; // Gregorian year
|
/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); 201 * by setting the extended year to the minimum value. 210 * by setting the extended year to the minimum value.
|
calregts.cpp | 97 "YEAR", 399 logln("YEAR: " + Calendar::get(Calendar::YEAR)); 426 logln("YEAR: " + Calendar::get(Calendar::YEAR)); 805 /*cal1.set( Calendar::YEAR, 1997 ); 818 /*cal2.set( Calendar::YEAR, 1997 ); 861 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local 897 cal3->set(year, month, day, hr, min, sec); 1621 int32_t year = calendar->get(UCAL_YEAR,status); local 2458 int32_t year = cal->get(UCAL_YEAR, status); local [all...] |
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 => " + 250 if (cal.get(UCAL_YEAR, status) == year && 265 ", expected " + year + "/" + (month+1) + "/" + dom + 449 TimeZoneBoundaryTest::findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges) 453 UDate d = date(year - 1900, UCAL_JANUARY, 1); 459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false")) [all...] |
reldatefmttest.cpp | 68 {1.0, UDAT_DIRECTION_NEXT, UDAT_RELATIVE_YEARS, "in 1 year"}, 97 {1.0, UDAT_DIRECTION_LAST, UDAT_RELATIVE_YEARS, "1 year ago"}, 120 {UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_YEAR, "next year"}, 134 {UDAT_DIRECTION_LAST, UDAT_ABSOLUTE_YEAR, "last year"}, 146 {UDAT_DIRECTION_THIS, UDAT_ABSOLUTE_YEAR, "this year"}, 158 {UDAT_DIRECTION_PLAIN, UDAT_ABSOLUTE_YEAR, "year"}, 470 static const char *kYear = "Year";
|
/external/libmtp/ |
hotplug.sh.in | 160 YEAR=`echo ${DATE} | awk 'BEGIN { FS="/"} {print $1; }'` 163 if [ "${YEAR}" -gt "2002" ]; then 166 if [ "${YEAR}" -eq "2002" ]; then
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPDateTimeFactory.java | 54 * @param year years 64 public static XMPDateTime create(int year, int month, int day, 68 dt.setYear(year);
|
/frameworks/base/core/java/android/widget/ |
CalendarViewMaterialDelegate.java | 253 final int year = day.get(Calendar.YEAR); 256 mOnDateChangeListener.onSelectedDayChange(mDelegator, year, month, dayOfMonth);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMetadataTest.java | 40 YEAR, DURATION, NUM_TRACKS, WRITER 115 Log.v(TAG, "Year : "+ value); 116 assertEquals(TAG, meta_data_file[fileIndex][meta.YEAR.ordinal()], value);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/ |
Utils.java | 61 public static int getDaysInMonth(int month, int year) { 77 return (year % 4 == 0) ? 29 : 28; 104 * at 0. *Do not* use this to compute the ISO week number for the year.
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 136 int year = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[0]); local 158 time.year = year + 2000;
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaItemMetadata.java | 103 * Integer key: Year of publication. 105 * The value is an integer year number. 108 public static final String KEY_YEAR = "android.media.metadata.YEAR";
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
HelpFragment.java | 174 final int year = Calendar.getInstance().get(Calendar.YEAR); local 175 final String copyright = getString(R.string.copyright, year);
|
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 69 * <tr> <td>{@code D}</td> <td>day in year</td> <td>(Number)</td> <td>189</td> </tr> 76 * <tr> <td>{@code M}</td> <td>month in year</td> <td>(Text)</td> <td>{@code M}:1 {@code MM}:01 {@code MMM}:Jan {@code MMMM}:January {@code MMMMM}:J</td> </tr> 87 * <tr> <td>{@code w}</td> <td>week in year</td> <td>(Number)</td> <td>27</td> </tr> 88 * <tr> <td>{@code y}</td> <td>year</td> <td>(Number)</td> <td>{@code yy}:10 {@code y}/{@code yyy}/{@code yyyy}:2010</td> </tr> 366 calendar.add(Calendar.YEAR, -80); 367 creationYear = calendar.get(Calendar.YEAR); 419 * properties, pattern, {@code DateFormatSymbols} and creation year. 583 dateFormatField = Field.YEAR; 584 int year = calendar.get(Calendar.YEAR); local 869 int year = result.intValue(); local [all...] |
/external/openssl/crypto/asn1/ |
a_utctm.c | 257 int year; local 280 year = g2(s->data); 281 if (year < 50) 282 year += 100; 283 return_cmp(year, tm->tm_year);
|
/packages/apps/Music/src/com/android/music/ |
MediaPickerActivity.java | 144 MediaStore.Audio.Media.YEAR 166 // video has no year column. 172 mWhereClause = MediaStore.Audio.Media.YEAR + ">=" + mFirstYear + " AND " + 173 MediaStore.Audio.Media.YEAR + "<=" + mLastYear; 197 // video has no year column
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 235 # Test that the year is handled properly 406 # use 2004, since it is a leap year, we have 366 days 448 # Should be able to infer date if given year, week of year (%U or %W) 467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday") 470 test_helper((2008, 12, 29), "Monday in the last week of the year") 472 "year") 475 test_helper((1978, 10, 23), "year starting and ending on Monday while " 477 test_helper((1917, 12, 17), "year starting and ending on Monday with " 479 "of the year") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 235 # Test that the year is handled properly 406 # use 2004, since it is a leap year, we have 366 days 448 # Should be able to infer date if given year, week of year (%U or %W) 467 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday") 470 test_helper((2008, 12, 29), "Monday in the last week of the year") 472 "year") 475 test_helper((1978, 10, 23), "year starting and ending on Monday while " 477 test_helper((1917, 12, 17), "year starting and ending on Monday with " 479 "of the year") [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 63 * <code>UDate</code> (such as only year and month but no day in the month), 106 * specification of the historial Arabic astronomical calendar requires year, 192 * Field number indicating the year. This is a calendar-specific value. 199 * The first month of the year is 200 * <code>JANUARY</code>; the last depends on the number of months in a year. 220 * week number within the current year. The first week of the year, as 224 * the year. 257 * number within the current year. The first day of the year has value 1 [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 63 * <code>UDate</code> (such as only year and month but no day in the month), 106 * specification of the historial Arabic astronomical calendar requires year, 192 * Field number indicating the year. This is a calendar-specific value. 199 * The first month of the year is 200 * <code>JANUARY</code>; the last depends on the number of months in a year. 220 * week number within the current year. The first week of the year, as 224 * the year. 257 * number within the current year. The first day of the year has value 1 [all...] |