Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp49 const int32_t COLUMNS_ZERO = 0; variable
1549 order[COLUMNS_ZERO] = INDEX_MONTH; in LunarColumnsBuilding()
1553 order[COLUMNS_ZERO] = INDEX_YEAR; in LunarColumnsBuilding()
1557 order[COLUMNS_ZERO] = INDEX_YEAR; in LunarColumnsBuilding()
1569 yearColumn = columns[COLUMNS_ZERO]; in LunarColumnsBuilding()
1668 order[COLUMNS_ZERO] = INDEX_MONTH; in SolarColumnsBuilding()
1672 order[COLUMNS_ZERO] = INDEX_YEAR; in SolarColumnsBuilding()
1676 order[COLUMNS_ZERO] = INDEX_YEAR; in SolarColumnsBuilding()
1688 yearColumn = columns[COLUMNS_ZERO]; in SolarColumnsBuilding()