Home
last modified time | relevance | path

Searched defs:date (Results 101 - 125 of 387) sorted by relevance

12345678910>>...16

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DJavaTimeZone.java121 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() argument
175 public boolean inDaylightTime(Date date) { in inDaylightTime() argument
H A DTimeZoneAdapter.java122 public boolean inDaylightTime(Date date) { in inDaylightTime() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCECalendar.java130 protected CECalendar(int year, int month, int date) { in CECalendar() argument
141 protected CECalendar(Date date) { in CECalendar() argument
158 CECalendar(int year, int month, int date, int hour, int minute, int second) CECalendar() argument
[all...]
H A DHebrewHoliday.java30 public HebrewHoliday(int month, int date, String name) in HebrewHoliday() argument
38 public HebrewHoliday(int month, int date, int length, String name) in HebrewHoliday() argument
H A DPersianCalendar.java206 public PersianCalendar(Date date) { in PersianCalendar() argument
225 public PersianCalendar(int year, int month, int date) in PersianCalendar() argument
253 PersianCalendar(int year, int month, int date, int hour, int minute, int second) PersianCalendar() argument
[all...]
H A DBasicTimeZone.java379 public TimeZoneRule[] getSimpleTimeZoneRulesNear(long date) { in getSimpleTimeZoneRulesNear() argument
585 getOffsetFromLocal(long date, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) getOffsetFromLocal() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java1208 getMetaZoneID(String tzID, long date) getMetaZoneID() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c49 char date[32]; in callback_dynamic_http() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcecal.cpp101 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() argument
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc48 descriptionForDate(v8::Local<v8::Context> context, v8::Local<v8::Date> date) descriptionForDate() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dversion.c46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs110 let mut date: bindings::bitfields::Date2 = unsafe { mem::zeroed() }; in test_bitfields_date2() variables
123 let mut date: bindings::bitfields::Fifth = unsafe { mem::zeroed() }; in test_bitfields_fifth() variables
139 let mut date: bindings::bitfields::Sixth = unsafe { mem::zeroed() }; test_bitfields_sixth() variables
[all...]
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs75 pub fn date(mut self, date: impl Into<String>) -> Self { in date() functions
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py8 from datetime import date namespace
/third_party/openssl/apps/
H A Dversion.c46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DWritableFontData.java368 public int writeDateTime(int index, long date) { in writeDateTime() argument
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c253 date(UDate when, date() function
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc155 int32_t WritableFontData::WriteDateTime(int32_t index, int64_t date) { in WriteDateTime() argument
/third_party/rust/crates/version_check/src/
H A Dlib.rs87 mod date; modules
[all...]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Dspec_report.py19 from datetime import date namespace
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp182 DateUnit date = proxy->NextDate(); in ParseLegacyDates() local
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dheapprofiler_client.cpp273 char date[16]; in SaveHeapSnapshotAndAllocationTrackData() local
313 char date[16]; in SaveHeapsamplingData() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp190 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in HasCallOnceToday() local
203 std::string date = TimeUtil::TimestampFormatToDate(happenTimeInSecond, "%Y%m%d"); in RecordCaller() local
H A Dtrace_storage.cpp186 bool TraceStorage::QueryAppEventTask(int32_t uid, int32_t date, AppEventTask& appEventTask) in QueryAppEventTask() argument

Completed in 15 milliseconds

12345678910>>...16