Home
last modified time | relevance | path

Searched refs:textHour (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_accessibility_property.cpp48 std::string textHour = std::to_string(hour); in GetText() local
51 textHour = ZERO + textHour; in GetText()
54 textHour = ZERO + textHour; in GetText()
58 textHour = ZERO + textHour; in GetText()
62 result += textHour; in GetText()