| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | SimpleDateRule.java | 176 private Date computeInYear(int year, Calendar c) in computeInYear() argument [all...] |
| /third_party/icu/icu4c/source/test/compat/ |
| H A D | tzdate.c | 41 int year, month, day, hour, minute; in main() local 111 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { in getSystemCurrentTime() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | TaiwanCalendar.java | 144 public TaiwanCalendar(int year, int month, int date) { in TaiwanCalendar() argument 161 public TaiwanCalendar(int year, int month, int date, int hour, in TaiwanCalendar() argument [all...] |
| H A D | SimpleDateRule.java | 174 private Date computeInYear(int year, Calendar c) in computeInYear() argument [all...] |
| H A D | BuddhistCalendar.java | 143 public BuddhistCalendar(int year, int month, int date) { in BuddhistCalendar() argument 164 public BuddhistCalendar(int year, int month, int date, int hour, in BuddhistCalendar() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A D | AbstractTestLog.java | 116 public boolean isDateAtLeast(int year, int month, int day){ in isDateAtLeast() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | DangiTest.java | 384 ymdToString(int year, int month, int isLeapMonth, int day) ymdToString() argument [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | AbstractTestLog.java | 115 public boolean isDateAtLeast(int year, int month, int day){ in isDateAtLeast() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | DangiTest.java | 387 ymdToString(int year, int month, int isLeapMonth, int day) ymdToString() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | taiwncal.cpp | 70 int32_t year = kGregorianEpoch; in handleGetExtendedYear() local [all...] |
| H A D | cecal.cpp | 112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument 133 CECalendar::jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) in jdToCE() argument [all...] |
| H A D | coptccal.cpp | 80 int32_t eyear, month, day, era, year; in handleComputeFields() local [all...] |
| /third_party/ltp/lib/ |
| H A D | tst_rtctime.c | 20 static inline bool is_leap_year(unsigned int year) in is_leap_year() argument 29 unsigned int mon = mon0, year = year0; in tst_mktime() local 49 rtc_month_days(unsigned int month, unsigned int year) rtc_month_days() argument 60 unsigned int month, year, secs; tst_rtc_time_to_tm() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | buddhcal.cpp | 70 int32_t year; in handleGetExtendedYear() local [all...] |
| H A D | coptccal.cpp | 80 int32_t eyear, month, day, era, year; in handleComputeFields() local 104 int32_t year = get(UCAL_EXTENDED_YEAR, status); in getRelatedYear() local 111 setRelatedYear(int32_t year) setRelatedYear() argument [all...] |
| H A D | taiwncal.cpp | 70 int32_t year = kGregorianEpoch; in handleGetExtendedYear() local [all...] |
| H A D | dangical.cpp | 148 int32_t year = get(UCAL_EXTENDED_YEAR, status); in getRelatedYear() local 155 void DangiCalendar::setRelatedYear(int32_t year) in setRelatedYear() argument
|
| /third_party/node/deps/v8/src/date/ |
| H A D | dateparser.cc | 20 int year = 0; // Default year is 0 (=> 2000) for KJS compatibility. in Write() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | cecal.cpp | 112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument 133 CECalendar::jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) in jdToCE() argument [all...] |
| H A D | coptccal.cpp | 80 int32_t eyear, month, day, era, year; in handleComputeFields() local [all...] |
| H A D | taiwncal.cpp | 70 int32_t year = kGregorianEpoch; in handleGetExtendedYear() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | civil_time.cc | 32 inline civil_year_t NormalizeYear(civil_year_t year) { in NormalizeYear() argument
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | lunar_calendar.cpp | 97 bool LunarCalendar::SetGregorianDate(int32_t year, int32_t month, int32_t day) in SetGregorianDate() argument 113 void LunarCalendar::ConvertDate(int32_t& year, int32_t& month, int32_t& day) in ConvertDate() argument 233 bool LunarCalendar::VerifyDate(int32_t year, int32_t month, int32_t day) in VerifyDate() argument 258 IsGregorianLeapYear(int32_t year) IsGregorianLeapYear() argument [all...] |
| /base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/ |
| H A D | reminderrequestcalendar_fuzzer.cpp | 69 uint16_t year = *data % YEAR;
in DoSomethingInterestingWithMyAPI() local
|
| /foundation/resourceschedule/ffrt/src/dfx/log/linux/ |
| H A D | log_base.cpp | 37 auto year = std::to_string(curtime.tm_year + startYear); in GetCurrentTime() local
|