Home
last modified time | relevance | path

Searched defs:hour (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.cpp66 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/
Dtzdate.c41 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/
Ddate-setters.js18 var hour = 60 * min; variable
/third_party/protobuf/src/google/protobuf/stubs/
Dtime.h45 int hour; member
Dtime.cc195 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/
DTestCase.java97 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/
DTestCase.java94 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/
DDayPeriodRules.java148 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/
DDayPeriodRules.java155 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/
Dcef_time.h50 int hour; // Hour within the current day (0-23) member
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c523 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/
Dwebvttenc.c32 int64_t sec, min, hour; in webvtt_write_time() local
/third_party/icu/icu4c/source/test/intltest/
Dcalcasts.h36 int32_t hour; member
/third_party/node/deps/icu-small/source/i18n/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
Ddayperiodrules.cpp185 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/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
Ddayperiodrules.cpp185 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/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
Ddayperiodrules.cpp185 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/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour()
Ddayperiodrules.cpp185 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/
Ddatetime.h226 #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/
Dsoup-date.h20 int hour; member
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1062 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/
Dohos_reminderAgent.js85 hour: "[PC preview] unknown hour", property
96 hour: "[PC preview] unknown hour", property

123456789