Searched refs:GetMonthName (Results 1 – 6 of 6) sorted by relevance
26 WideString GetMonthName(int32_t nMonth, bool bAbbr) const override;
29 WideString GetMonthName(int32_t nMonth, bool bAbbr) const override;
89 WideString CXFA_XMLLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName() function in CXFA_XMLLocale
82 WideString CXFA_NodeLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName() function in CXFA_NodeLocale
64 virtual WideString GetMonthName(int32_t nMonth, bool bAbbr) const = 0;
277 WideString wsMonthName = pLocale->GetMonthName(i, symbol == L"MMM"); in ParseLocaleDate()601 wsResult += pLocale->GetMonthName(month - 1, symbol == L"MMM"); in DateFormat()