Home
last modified time | relevance | path

Searched refs:TIMEPICKER_OPTIONS_NUMERIC_VAL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp56 const std::string TIMEPICKER_OPTIONS_NUMERIC_VAL = "numeric"; variable
1331 } else if (hour == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in ParseDateTimeOptions()
1339 if (minute == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in ParseDateTimeOptions()
1422 } else if (hour == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()
1430 if (minute == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()
1438 if (second == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()