Home
last modified time | relevance | path

Searched refs:hour (Results 101 - 125 of 266) sorted by relevance

1234567891011

/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp68 int32_t hour, min, sec; in format() local
74 hour = offset / 60; in format()
76 decf->format(hour, appendTo); in format()
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h316 int hour = hourmin / 100; in ParseES5DateTime() local
318 if (!TimeComposer::IsHour(hour) || !TimeComposer::IsMinute(min)) { in ParseES5DateTime()
321 tz->SetAbsoluteHour(hour); in ParseES5DateTime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp68 int32_t hour, min, sec; in format() local
74 hour = offset / 60; in format()
76 decf->format(hour, appendTo); in format()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c128 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
136 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime()
144 tm.tm_hour = hour; in os_mktime()
178 tm->hour = tm2->tm_hour; in os_gmtime()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_unix.c134 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
142 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime()
150 tm.tm_hour = hour; in os_mktime()
184 tm->hour = tm2->tm_hour; in os_gmtime()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java192 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field
201 public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar() argument
217 this.set(HOUR_OF_DAY, hour); in ChineseCalendar()
252 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field
261 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar() argument
275 this.set(HOUR_OF_DAY, hour); in ChineseCalendar()
H A DVTimeZone.java405 private static final int DEF_DSTSAVINGS = 60*60*1000; // 1 hour
698 // This is rare case.. just use 1 hour DST savings in parse()
723 // is DST when the difference is 1 hour. This might not be in parse()
1929 int hour = t / Grego.MILLIS_PER_HOUR; in getDateTimeString()
1935 sb.append(numToString(hour, 2)); in getDateTimeString()
1953 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString()
1983 hour = Integer.parseInt(str.substring(9, 11)); in parseDateTimeString()
1993 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { in parseDateTimeString()
2005 time += (hour*Greg in parseDateTimeString()
[all...]
H A DIndianCalendar.java275 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
283 public IndianCalendar(int year, int month, int date, int hour, in IndianCalendar() argument
290 this.set(Calendar.HOUR_OF_DAY, hour); in IndianCalendar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DChineseCalendar.java189 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field
197 public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar() argument
213 this.set(HOUR_OF_DAY, hour); in ChineseCalendar()
247 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field
255 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar() argument
269 this.set(HOUR_OF_DAY, hour); in ChineseCalendar()
H A DVTimeZone.java376 private static final int DEF_DSTSAVINGS = 60*60*1000; // 1 hour
669 // This is rare case.. just use 1 hour DST savings in parse()
694 // is DST when the difference is 1 hour. This might not be in parse()
1900 int hour = t / Grego.MILLIS_PER_HOUR; in getDateTimeString()
1906 sb.append(numToString(hour, 2)); in getDateTimeString()
1924 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString()
1954 hour = Integer.parseInt(str.substring(9, 11)); in parseDateTimeString()
1964 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { in parseDateTimeString()
1976 time += (hour*Greg in parseDateTimeString()
[all...]
H A DIndianCalendar.java253 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
260 public IndianCalendar(int year, int month, int date, int hour, in IndianCalendar() argument
267 this.set(Calendar.HOUR_OF_DAY, hour); in IndianCalendar()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIBMCalendarTest.java163 // a reference throws us off by one hour. This is most likely in quasiGregorianTest()
280 // new BuddhistCalendar(int year, int month, int date, int hour, int minute, int second) in TestBuddhistCoverage()
283 errln("could not create BuddhistCalendar with year,month,date,hour,minute,second"); in TestBuddhistCoverage()
431 // new TaiwanCalendar(int year, int month, int date, int hour, int minute, int second) in TestTaiwanCoverage()
434 errln("could not create TaiwanCalendar with year,month,date,hour,minute,second"); in TestTaiwanCoverage()
634 * different day. The DST adjustments we use to keep the hour
1184 private int hour; field in IBMCalendarTest.CalFields
1189 CalFields(int year, int month, int day, int hour, int min, int sec) { in CalFields() argument
1190 this(year, month, day, hour, min, sec, 0); in CalFields()
1193 CalFields(int year, int month, int day, int hour, in argument
[all...]
/third_party/ffmpeg/libavformat/
H A Diff.c253 int hour, min, sec, i, ret, config; in parse_dsd_prop() local
269 hour = avio_rb16(pb); in parse_dsd_prop()
272 snprintf(abss, sizeof(abss), "%02dh:%02dm:%02ds:%d", hour, min, sec, avio_rb32(pb)); in parse_dsd_prop()
666 int year, mon, day, hour, min, type, ref; in iff_read_header() local
674 hour = avio_r8(pb); in iff_read_header()
676 snprintf(tmp, sizeof(tmp), "%04d-%02d-%02d %02d:%02d", year, mon, day, hour, min); in iff_read_header()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalcasts.h36 int32_t hour; member
H A Dtzrulets.h51 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime.h45 int hour; member
/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H A Drtc_adapter.c33 linuxTime->tm_hour = hdfTime->hour; in HdfTimeToLinuxTime()
45 hdfTime->hour = linuxTime->tm_hour; in LinuxTimeToHdfTime()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h592 * typically one hour.
849 * (i.e., one hour) if this time zone observes Daylight Saving
976 * @param hour Receives parsed hour field
981 static UBool parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour,
999 * @param hour offset hours
1006 static UnicodeString& formatCustomID(int32_t hour, int32_t min, int32_t sec,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtimezone.h623 * typically one hour.
880 * (i.e., one hour) if this time zone observes Daylight Saving
1007 * @param hour Receives parsed hour field
1012 static UBool parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour,
1030 * @param hour offset hours
1037 static UnicodeString& formatCustomID(int32_t hour, int32_t min, int32_t sec,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtimezone.h543 * typically one hour.
800 * (i.e., one hour) if this time zone observes Daylight Saving
927 * @param hour Receives parsed hour field
932 static UBool parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour,
950 * @param hour offset hours
957 static UnicodeString& formatCustomID(int32_t hour, int32_t min, int32_t sec,
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time.cc39 cs.hour(), cs.minute(), cs.second()); in FormatYearAnd()
62 *c = CivilT(y, cs.month(), cs.day(), cs.hour(), cs.minute(), cs.second()); in ParseYearAnd()
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Drtc_test.h28 uint32_t hour; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.h92 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
/third_party/toybox/toys/pending/
H A Dcrond.c46 char min[60], hour[24], dom[31], mon[12], dow[7], *cmd; member
112 // strings are not allowed for min, hour and dom fields. in getindex()
122 // set elements of minute, hour, day of month, month and day of week arrays.
226 * @hourly -> Run once an hour (0 * * * *). in parse_line()
269 if (parse_and_fillarray(j->hour, 0, sizeof(j->hour), tokens[1])) in parse_line()
606 if (job->min[lt->tm_min] && job->hour[lt->tm_hour] in schedule_jobs()
/third_party/skia/infra/bots/recipes/
H A Dupload_nano_results.py40 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),

Completed in 33 milliseconds

1234567891011