Home
last modified time | relevance | path

Searched refs:year1 (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DuseRegexpGroups.js7 let year1 = result.groups.year;
22 var year1 = result.groups.year; variable
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py54 # A regular expression to make a range of years in the form <year1>-<year2>.
56 for year1 in range(FIRST_YEAR, FINAL_YEAR + 1):
57 for year2 in range(year1 + 1, FINAL_YEAR + 1):
58 YEAR_RANGE_REGEX += str(year1) + '-' + str(year2) + '|'
/third_party/node/deps/v8/src/date/
H A Ddate.cc190 int year1 = year + year_delta; in DaysFromYearMonth() local
192 365 * year1 + year1 / 4 - year1 / 100 + year1 / 400 - base_day; in DaysFromYearMonth()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java1110 int year1 = calendar.get(Calendar.YEAR); in Test4145158()
1117 if (year1 == year2 && era1 == era2) { in Test4145158()
2132 int year1 = c.get(Calendar.YEAR); in TestYearJump3279()
2142 if(year1 != year2) { in TestYearJump3279()
2143 errln("Error: adjusted day of week, and year jumped from " + year1 + " to " + year2); in TestYearJump3279()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarRegressionTest.java1113 int year1 = calendar.get(Calendar.YEAR); in Test4145158()
1120 if (year1 == year2 && era1 == era2) { in Test4145158()
2135 int year1 = c.get(Calendar.YEAR); in TestYearJump3279()
2145 if(year1 != year2) { in TestYearJump3279()
2146 errln("Error: adjusted day of week, and year jumped from " + year1 + " to " + year2); in TestYearJump3279()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1629 int32_t year1 = calendar->get(UCAL_YEAR,status); in test4145158() local
1636 if (year1 == year2 && era1 == era2) { in test4145158()

Completed in 13 milliseconds