Searched refs:GetYearFormatString (Results 1 – 3 of 3) sorted by relevance
125 std::string GetYearFormatString(uint32_t year) const;
469 std::string PickerDateComponent::GetYearFormatString(uint32_t year) const in GetYearFormatString() function in OHOS::Ace::PickerDateComponent602 yearColumn->AppendOption(GetYearFormatString(year)); in SolarColumnsBuilding()669 yearColumn->AppendOption(GetYearFormatString(index)); in LunarColumnsBuilding()
317 static std::string GetYearFormatString(uint32_t year) in GetYearFormatString() function