Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp34 constexpr uint32_t AM_PM_HOUR_11 = 11; variable
948 … if (1 <= hourOf24 && hourOf24 <= AM_PM_HOUR_11) { // 00:00 to 11:00 is the same for any hour style in GetAmPmHour()
959 return (0 <= hourOf24 && hourOf24 <= AM_PM_HOUR_11); // 00:00 to 11:00 is AM hour in IsAmHour()