Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp56 const std::string TIMEPICKER_OPTIONS_NUMERIC_VAL = "numeric"; member
1337 } else if (hour == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in ParseDateTimeOptions()
1345 if (minute == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in ParseDateTimeOptions()
1428 } else if (hour == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()
1436 if (minute == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()
1444 if (second == TIMEPICKER_OPTIONS_NUMERIC_VAL) { in DateTimeOptions()

Completed in 4 milliseconds