HomeSort by relevance Sort by last modified time
    Searched full:year (Results 76 - 100 of 1223) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/i18n/
islamcal.cpp 151 { 1, 1, 5000000, 5000000}, // YEAR
187 * Determine whether a year is a leap year in the Islamic civil calendar
189 UBool IslamicCalendar::civilLeapYear(int32_t year)
191 return (14 + 11 * year) % 30 < 11;
195 * Return the day # on which the given year starts. Days are counted
198 int32_t IslamicCalendar::yearStart(int32_t year) {
200 return (year-1)*354 + ClockMath::floorDivide((3+11*year),30);
202 return trueMonthStart(12*(year-1))
371 int32_t year; local
397 int32_t year, month, dayOfMonth, dayOfYear; local
    [all...]
islamcal.h 36 * The Islamic calendar is strictly lunar, and thus an Islamic year of twelve
37 * lunar months does not correspond to the solar year used by most other
38 * calendar systems, including the Gregorian. An Islamic year is, on average,
39 * about 354 days long, so each successive Islamic year starts about 11 days
40 * earlier in the corresponding Gregorian year.
104 * Constant for Muharram, the 1st month of the Islamic year.
110 * Constant for Safar, the 2nd month of the Islamic year.
116 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
122 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
128 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year.
    [all...]
cecal.h 66 * Return JD of start of given month/extended year
104 * Convert an Coptic/Ethiopic year, month, and day to a Julian day.
106 * @param year the extended year
113 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
117 * Convert a Julian day to an Coptic/Ethiopic year, month and day
121 * @param year receives the extended year
127 int32_t& year, int32_t& month, int32_t& day);
  /frameworks/base/core/java/android/widget/
DatePicker.java 50 * year, month, and day spinners or a {@link CalendarView}. The set of spinners
132 * @param year The year that was set.
137 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth);
196 mTempDate.set(Calendar.YEAR, newVal);
201 setDate(mTempDate.get(Calendar.YEAR), mTempDate.get(Calendar.MONTH),
214 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) {
215 setDate(year, month, monthDay);
237 // year
238 mYearSpinner = (NumberPicker) findViewById(R.id.year);
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.36-1.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
33 2. Call ToNumber(year).
46 Added test cases for Year 2000 Compatilibity Testing.
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
172 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
177 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
186 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() )
    [all...]
15.9.5.36-2.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
33 2. Call ToNumber(year).
46 Added test cases for Year 2000 Compatilibity Testing.
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
158 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
163 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
172 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() )
    [all...]
15.9.5.36-3.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
33 2. Call ToNumber(year).
46 Added test cases for Year 2000 Compatilibity Testing.
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
145 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
150 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
159 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() )
    [all...]
15.9.5.37-1.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
32 2. Call ToNumber(year).
45 Added some Year 2000 test cases.
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
164 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
169 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
178 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() )
    [all...]
15.9.5.23-1.js 84 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
89 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
98 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
115 this.year = 0;
132 d.year = YearFromTime(t);
140 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-10.js 83 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
88 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
97 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
114 this.year = 0;
131 d.year = YearFromTime(t);
139 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-11.js 82 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
87 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
96 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
113 this.year = 0;
130 d.year = YearFromTime(t);
138 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-12.js 80 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
85 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
94 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
111 this.year = 0;
128 d.year = YearFromTime(t);
136 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-13.js 77 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
82 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
91 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
108 this.year = 0;
125 d.year = YearFromTime(t);
133 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-14.js 75 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
80 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
89 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
106 this.year = 0;
123 d.year = YearFromTime(t);
131 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-15.js 71 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
76 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
85 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
102 this.year = 0;
119 d.year = YearFromTime(t);
127 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-16.js 70 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
75 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
84 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
101 this.year = 0;
118 d.year = YearFromTime(t);
126 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-17.js 69 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
74 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
83 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
100 this.year = 0;
117 d.year = YearFromTime(t);
125 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.23-18.js 66 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
71 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
80 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
97 this.year = 0;
114 d.year = YearFromTime(t);
122 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.24-1.js 89 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
94 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
103 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
121 this.year = 0;
138 d.year = YearFromTime(t);
147 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
15.9.5.24-2.js 88 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year;
93 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
102 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() );
120 this.year = 0;
137 d.year = YearFromTime(t);
146 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
  /external/v8/test/mjsunit/regress/
regress-91.js 29 var year = date.getYear(); variable
31 date.setYear(1900 + year);
32 assertEquals(year, date.getYear());
  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 111 int year = JSC::toInt32(doubleArguments[0]); local
112 t.year = (year >= 0 && year <= 99) ? year : year - 1900;
191 int year = JSC::toInt32(doubleArguments[0]); local
192 t.year = (year >= 0 && year <= 99) ? year : year - 1900
    [all...]
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 90 int year = 1970; local
97 year = getYear(rfcMatcher.group(3));
105 year = getYear(ansicMatcher.group(4));
112 if (year >= 2038) {
113 year = 2038;
120 month, year);
183 int year = (yearString.charAt(0) - '0') * 10 local
185 if (year >= 70) {
186 return year + 1900;
188 return year + 2000
192 int year = (yearString.charAt(0) - '0') * 100 local
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 42 * Value for first month of year.
47 * Value for second month of year.
52 * Value for third month of year.
57 * Value for fourth month of year.
62 * Value for fifth month of year.
67 * Value for sixth month of year.
72 * Value for seventh month of year.
77 * Value for eighth month of year.
82 * Value for ninth month of year.
87 * Value for tenth month of year
    [all...]
  /external/grub/docs/
mdate-sh 115 # Get the month. Next argument is day, followed by the year or time.
134 # the time of day or the year.
136 *:*) set `date`; eval year=\$$#
151 # For the first six month of the year the time notation can also
152 # be used for files modified in the last year.
155 year=`expr $year - 1`
157 *) year=$3;;
161 echo $day $month $year

Completed in 130 milliseconds

1 2 34 5 6 7 8 91011>>