Searched defs:years (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A Ddatedata.h39 static int years[] = { variable
/external/icu4c/test/perf/DateFmtPerf/
H A Ddatedata.h39 static int years[] = { variable
/external/stlport/test/unit/
H A Dalg_test.cpp94 vector<int> years; local
95 years.push_back(1962);
96 years.push_back(1992);
97 years.push_back(2001);
98 years.push_back(1999);
99 sort(years.begin(), years.end());
100 CPPUNIT_ASSERT(years[0]==1962);
101 CPPUNIT_ASSERT(years[1]==1992);
102 CPPUNIT_ASSERT(years[
106 deque<int> years; local
[all...]
H A Dfind_test.cpp66 int years[] = { 1942, 1952, 1962, 1972, 1982, 1992 }; local
68 const unsigned yearCount = sizeof(years) / sizeof(years[0]);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
71 CPPUNIT_ASSERT((location - years)==3);
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c101 long mon; /* mon stores years also */
766 /* get real year, not years since 1900 */
1108 double years, months; local
1119 years = (double)(dt->mon / 12);
1131 if (years < 0) {
1132 years = -years;
1144 if (years != 0.0) {
1145 FORMAT_ITEM(years, cur, 1, 'Y');
1305 * number of years sinc
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1389 * Check isLeapYear for BC years.
1410 errln("Leap years broken");
1420 * at 45 BC, and not have leap years before then).
1552 // of linear fashion (ie years jump around, up/down, etc) for a
1890 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
1893 UBool valid = years[i] <= maxYear;
1894 calendar->set(field, years[i]);
1906 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
1908 if (valid && newYear != years[i]) {
1913 else if (!valid && /*newYear == years[
[all...]
/external/icu4c/test/intltest/
H A Dcalregts.cpp1434 * Check isLeapYear for BC years.
1459 errln("Leap years broken");
1469 * at 45 BC, and not have leap years before then).
1605 // of linear fashion (ie years jump around, up/down, etc) for a
1943 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; local
1946 UBool valid = years[i] <= maxYear;
1947 calendar->set(field, years[i]);
1959 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
1961 if (valid && newYear != years[i]) {
1966 else if (!valid && /*newYear == years[
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 8675 milliseconds