Home
last modified time | relevance | path

Searched defs:isLeap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp268 bool isLeap = (index > 12); in Init() local
306 const std::string& PickerStringFormatter::GetLunarMonth(uint32_t month, bool isLeap) in GetLunarMonth()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1488 bool isLeap = ptr->IsLeapMonth(); variable
1540 bool isLeap = ptr->IsLeapMonth(); variable
1592 bool isLeap = ptr->IsLeapMonth(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h322 static std::string GetMonthFormatString(uint32_t month, bool isLunar, bool isLeap) in GetMonthFormatString()
H A Ddatepicker_pattern.cpp2112 const std::string& DatePickerPattern::GetLunarMonth(uint32_t month, bool isLeap) in GetLunarMonth()