Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp51 const int32_t COLUMNS_TWO = 2; variable
1551 order[COLUMNS_TWO] = INDEX_YEAR; in LunarColumnsBuilding()
1555 order[COLUMNS_TWO] = INDEX_MONTH; in LunarColumnsBuilding()
1559 order[COLUMNS_TWO] = INDEX_DAY; in LunarColumnsBuilding()
1571 dayColumn = columns[COLUMNS_TWO]; in LunarColumnsBuilding()
1670 order[COLUMNS_TWO] = INDEX_YEAR; in SolarColumnsBuilding()
1674 order[COLUMNS_TWO] = INDEX_MONTH; in SolarColumnsBuilding()
1678 order[COLUMNS_TWO] = INDEX_DAY; in SolarColumnsBuilding()
1690 dayColumn = columns[COLUMNS_TWO]; in SolarColumnsBuilding()