Home
last modified time | relevance | path

Searched refs:isDate (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.h63 static RefPtr<FrameNode> CreateColumnNode(int32_t nodeId, uint32_t showCount, bool isDate = true);
H A Ddatepicker_dialog_view.cpp1000 RefPtr<FrameNode> DatePickerDialogView::CreateColumnNode(int32_t nodeId, uint32_t showCount, bool isDate)
1003 if (isDate) {
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1189 bool isDate = false; in GetDateValue() local
1190 napi_is_date(env, value, &isDate); in GetDateValue()
1191 if (isDate) { in GetDateValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4313 const isDate = (val) => val instanceof Date;

Completed in 30 milliseconds