| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | RuleBasedTimeZone.java | 98 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset() local 108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() 185 long time = System.currentTimeMillis(); in observesDaylightTime() local 591 …private void getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, in… in getOffset() 634 …private TimeZoneRule findRuleInFinal(long time, boolean local, int NonExistingTimeOpt, int Duplica… in findRuleInFinal() 677 private static long getTransitionTime(TimeZoneTransition tzt, boolean local, in getTransitionTime() 679 long time = tzt.getTime(); in getTransitionTime() local
|
| D | VTimeZone.java | 90 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() 290 public void writeSimple(Writer writer, long time) throws IOException { in writeSimple() 1498 int fromOffset, int toOffset, long time, boolean withRDATE) throws IOException { in writeZonePropsByTime() 1891 private static String getDateTimeString(long time) { in getDateTimeString() 1915 private static String getUTCDateTimeString(long time) { in getUTCDateTimeString() 1975 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString() local
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| D | simpletz.h | 898 int32_t time, UErrorCode& status) { in setStartRule() 903 int32_t time, in setStartRule() 910 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 916 int32_t time, UErrorCode& status) { in setEndRule() 921 int32_t time, UErrorCode& status) { in setEndRule() 926 int32_t time, UBool after, UErrorCode& status) { in setEndRule() 931 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, in getOffset()
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | simpletz.h | 894 int32_t time, UErrorCode& status) { in setStartRule() 899 int32_t time, in setStartRule() 906 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 912 int32_t time, UErrorCode& status) { in setEndRule() 917 int32_t time, UErrorCode& status) { in setEndRule() 922 int32_t time, UBool after, UErrorCode& status) { in setEndRule() 927 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, in getOffset()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | simpletz.h | 890 int32_t time, UErrorCode& status) { in setStartRule() 895 int32_t time, in setStartRule() 902 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 908 int32_t time, UErrorCode& status) { in setEndRule() 913 int32_t time, UErrorCode& status) { in setEndRule() 918 int32_t time, UBool after, UErrorCode& status) { in setEndRule() 923 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, in getOffset()
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | simpletz.h | 898 int32_t time, UErrorCode& status) { in setStartRule() 903 int32_t time, in setStartRule() 910 int32_t time, UBool after, UErrorCode& status) { in setStartRule() 916 int32_t time, UErrorCode& status) { in setEndRule() 921 int32_t time, UErrorCode& status) { in setEndRule() 926 int32_t time, UBool after, UErrorCode& status) { in setEndRule() 931 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, in getOffset()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rbtz.cpp | 29 UDate time; member 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset() local 401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 417 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, in getOffsetInternal() 504 UDate time; in useDaylightTime() local 690 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, in findRuleInFinal() 898 RuleBasedTimeZone::getTransitionTime(Transition* transition, UBool local, in getTransitionTime() 900 UDate time = transition->time; in getTransitionTime() local
|
| D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() 132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
|
| D | vtzone.cpp | 191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() 217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local 1190 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() 1215 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 1882 VTimeZone::writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const { in writeSimple() 2281 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rbtz.cpp | 29 UDate time; member 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset() local 401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 417 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, in getOffsetInternal() 504 UDate time; in useDaylightTime() local 690 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, in findRuleInFinal() 898 RuleBasedTimeZone::getTransitionTime(Transition* transition, UBool local, in getTransitionTime() 900 UDate time = transition->time; in getTransitionTime() local
|
| D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() 132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
|
| D | vtzone.cpp | 191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() 217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local 1190 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() 1215 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 1888 VTimeZone::writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const { in writeSimple() 2287 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | rbtz.cpp | 29 UDate time; member 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset() local 401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 417 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, in getOffsetInternal() 504 UDate time; in useDaylightTime() local 690 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, in findRuleInFinal() 898 RuleBasedTimeZone::getTransitionTime(Transition* transition, UBool local, in getTransitionTime() 900 UDate time = transition->time; in getTransitionTime() local
|
| D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() 132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
|
| D | vtzone.cpp | 191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() 217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local 1174 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() 1199 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 1829 VTimeZone::writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const { in writeSimple() 2224 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | rbtz.cpp | 29 UDate time; member 388 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset() local 397 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 413 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, in getOffsetInternal() 500 UDate time; in useDaylightTime() local 668 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, in findRuleInFinal() 876 RuleBasedTimeZone::getTransitionTime(Transition* transition, UBool local, in getTransitionTime() 878 UDate time = transition->time; in getTransitionTime() local
|
| D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() 132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
|
| D | vtzone.cpp | 191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() 217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local 1190 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() 1215 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() 1885 VTimeZone::writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const { in writeSimple() 2270 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, in writeZonePropsByTime()
|
| /third_party/zlib/contrib/untgz/ |
| D | untgz.c | 100 time_t time; member 193 struct tm *local; in strtime() local 253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
|
| /third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/ |
| D | untgz.c | 100 time_t time; member 193 struct tm *local; in strtime() local 253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
|
| /third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/ |
| D | untgz.c | 100 time_t time; member 193 struct tm *local; in strtime() local 253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | OlsonTimeZone.java | 164 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset() local 271 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() 677 private void getHistoricalOffset(long date, boolean local, in getHistoricalOffset()
|
| /third_party/weston/libweston/backend-rdp/ |
| D | rdp.c | 461 struct weston_mode *local; in ensure_matching_mode() local 1118 struct timespec time; in xf_mouseEvent() local 1181 struct timespec time; in xf_extendedMouseEvent() local 1223 struct timespec time; in xf_input_keyboard_event() local
|
| /third_party/python/Lib/ |
| D | datetime.py | 1245 class time: class 1739 def combine(cls, date, time, tzinfo=True): argument 1794 def local(u): function 1845 def time(self): member in datetime
|
| /third_party/python/Modules/ |
| D | _datetimemodule.c | 1633 PyObject *time = PyImport_ImportModuleNoBlock("time"); in wrap_strftime() local 1663 PyObject *time = PyImport_ImportModuleNoBlock("time"); in time_time() local 1680 PyObject *time; in build_struct_time() local 2887 PyObject *time; in date_today() local 4947 local(long long u) in local() function 5183 PyObject *time; in datetime_combine() local
|