/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_date_time.cpp | 66 uint32 hour, in dng_date_time() 227 void dng_date_time_info::SetTime (uint32 hour, in SetTime() 283 unsigned hour = 0; in Decode_ISO_8601() local 553 unsigned hour = 0; in Decode_IPTC_Time() local 594 unsigned hour = 0; in Decode_IPTC_Time() local 616 unsigned hour = 0; in Decode_IPTC_Time() local
|
/third_party/icu/icu4c/source/test/compat/ |
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… in getSystemCurrentTime()
|
/third_party/jerryscript/tests/jerry/ |
D | date-setters.js | 18 var hour = 60 * min; variable
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | time.h | 45 int hour; member
|
D | time.cc | 195 int hour; in ParseTimezoneOffset() local 243 int hour = seconds / kSecondsPerHour; in SecondsToDateTime() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | TestCase.java | 97 int hour, int min, int sec) in TestCase() 131 int hour, int min, int sec) in TestCase()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | TestCase.java | 94 int hour, int min, int sec) in TestCase() 128 int hour, int min, int sec) in TestCase()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | DayPeriodRules.java | 148 int hour = parseHour(hourStr); in addCutoff() local 196 int hour = Integer.parseInt(hourStr); in parseHour() local 356 public DayPeriod getDayPeriodForHour(int hour) { return dayPeriodForHour[hour]; } in getDayPeriodForHour()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | DayPeriodRules.java | 155 int hour = parseHour(hourStr); in addCutoff() local 203 int hour = Integer.parseInt(hourStr); in parseHour() local 363 public DayPeriod getDayPeriodForHour(int hour) { return dayPeriodForHour[hour]; } in getDayPeriodForHour()
|
/third_party/cef/include/internal/ |
D | cef_time.h | 50 int hour; // Hour within the current day (0-23) member
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.c | 523 gint * hour, gint * minute, gdouble * seconds) in gst_date_time_check_fields() 572 gst_date_time_new_local_time (gint year, gint month, gint day, gint hour, in gst_date_time_new_local_time() 705 gst_date_time_new (gfloat tzoffset, gint year, gint month, gint day, gint hour, in gst_date_time_new() 882 gint year = -1, month = -1, day = -1, hour = -1, minute = -1; in gst_date_time_new_from_iso8601_string() local
|
/third_party/ffmpeg/libavformat/ |
D | webvttenc.c | 32 int64_t sec, min, hour; in webvtt_write_time() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | calcasts.h | 36 int32_t hour; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dayperiodrules.h | 53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
|
D | dayperiodrules.cpp | 185 int32_t hour = parseHour(hour_str, errorCode); in addCutoff() local 211 for (int32_t hour = startHour + 1;; ++hour) { in setDayPeriodForHoursFromCutoffs() local 260 int32_t hour = time[0] - 0x30; in parseHour() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dayperiodrules.h | 53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
|
D | dayperiodrules.cpp | 185 int32_t hour = parseHour(hour_str, errorCode); in addCutoff() local 211 for (int32_t hour = startHour + 1;; ++hour) { in setDayPeriodForHoursFromCutoffs() local 260 int32_t hour = time[0] - 0x30; in parseHour() local
|
/third_party/icu/icu4c/source/i18n/ |
D | dayperiodrules.h | 53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
|
D | dayperiodrules.cpp | 185 int32_t hour = parseHour(hour_str, errorCode); in addCutoff() local 211 for (int32_t hour = startHour + 1;; ++hour) { in setDayPeriodForHoursFromCutoffs() local 260 int32_t hour = time[0] - 0x30; in parseHour() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dayperiodrules.h | 53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
|
D | dayperiodrules.cpp | 185 int32_t hour = parseHour(hour_str, errorCode); in addCutoff() local 211 for (int32_t hour = startHour + 1;; ++hour) { in setDayPeriodForHoursFromCutoffs() local 260 int32_t hour = time[0] - 0x30; in parseHour() local
|
/third_party/python/Include/ |
D | datetime.h | 226 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \ argument 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
/third_party/libsoup/libsoup/ |
D | soup-date.h | 20 int hour; member
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 1062 unsigned char hour, in rotation_at_time_point() 1079 unsigned char hour, in rotation_at_time_point() 1096 unsigned char hour, in rotation_at_time_point()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_reminderAgent.js | 85 hour: "[PC preview] unknown hour", property 96 hour: "[PC preview] unknown hour", property
|