| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
| H A D | ark_web_nweb_structs.h | 23 int32_t year; member
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| H A D | date_util.cpp | 35 bool Date::IsLeapYear(int32_t year) in IsLeapYear() argument 40 int32_t Date::DayOfMonth(int32_t year, int32_t month) in DayOfMonth() argument 68 int32_t Date::CalculateWeekDay(int32_t year, int32_t month, int32_t day) in CalculateWeekDay() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
| H A D | calendar_controller_v2.h | 45 void GoTo(int32_t year, int32_t month, int32_t day) in GoTo() argument
|
| /kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
| H A D | rtc.c | 16 unsigned int year, mon, day, hour, min, sec; in loongson_get_rtc_time() local
|
| /kernel/linux/linux-5.10/fs/udf/ |
| H A D | udftime.c | 47 u16 year = le16_to_cpu(src.year); in udf_disk_stamp_to_time() local
|
| /kernel/linux/linux-6.6/fs/udf/ |
| H A D | udftime.c | 33 u16 year = le16_to_cpu(src.year); in udf_disk_stamp_to_time() local
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| H A D | lib_test.c | 9 static void advance_date(int *year, int *month, int *mday, int *yday) in advance_date() argument 42 int year = 1970; in rtc_time64_to_tm_test_date_range() local
|
| /test/xts/acts/startup_lite/syspara_hal/src/ |
| H A D | deviceinfo_func_test.c | 466 int year, month, day; variable
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | calcasts.h | 32 int32_t year; member
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | ChineseTestCase.java | 35 ChineseTestCase(double julian, int era, int year, int month, boolean isLeapMonth, int dayOfMonth, int dayOfWeek) ChineseTestCase() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | ChineseTestCase.java | 32 ChineseTestCase(double julian, int era, int year, int month, boolean isLeapMonth, int dayOfMonth, int dayOfWeek) ChineseTestCase() argument
|
| /third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
| H A D | CopyrightNotice.java | 53 static final void writeTo(Writer writer, int year) throws IOException { in writeTo() argument 57 static final void writeTo(Writer writer, int year, boolean isJavascript) throws IOException { in writeTo() argument
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | asctime.c | 83 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r() local 111 year); in asctime_r() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | asctime.c | 83 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r() local 111 year); in asctime_r() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | cal.c | 47 int year = tm->tm_year; in calstrings() local
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | time.h | 42 int year; member
|
| /base/telephony/core_service/services/network_search/include/ |
| H A D | nitz_update.h | 37 int32_t year = 0; member
|
| /base/telephony/telephony_data/common/include/ |
| H A D | time_util.h | 29 int year = START_YEAR + ltm->tm_year; in FormatDate() local
|
| /base/web/webview/ohos_interface/include/ohos_nweb/ |
| H A D | nweb_date_time_chooser.h | 26 int32_t year = 0; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_calendar_controller.cpp | 85 int32_t year = 0; in GoTo() local
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
| H A D | exlog.cpp | 35 int year = static_cast<int>(now->tm_year) + 1900; in ExTime() local
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| H A D | mc146818-time.h | 91 unsigned int year, mon, day, hour, min, sec; in mc146818_get_cmos_time() local
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| H A D | mc146818-time.h | 91 unsigned int year, mon, day, hour, min, sec; in mc146818_get_cmos_time() local
|
| /kernel/linux/linux-5.10/kernel/time/ |
| H A D | timeconv.c | 38 static int __isleap(long year) in __isleap() argument
|
| /kernel/linux/linux-6.6/kernel/time/ |
| H A D | time_test.c | 9 static bool is_leap(long year) in is_leap() argument 17 static int last_day_of_month(long year, int month) in last_day_of_month() argument 29 static void advance_date(long *year, int *month, int *mday, int *yday) in advance_date() argument 61 long year = 1970 - 80000; time64_to_tm_test_date_range() local [all...] |