Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.h18 virtual void GetMonthName(int32_t nMonth,
58 virtual void GetMonthName(int32_t nMonth,
Dxfa_locale.cpp94 void CXFA_XMLLocale::GetMonthName(int32_t nMonth, in GetMonthName() function in CXFA_XMLLocale
264 void CXFA_NodeLocale::GetMonthName(int32_t nMonth, in GetMonthName() function in CXFA_NodeLocale
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h20 virtual void GetMonthName(int32_t nMonth,
Dfx_locale.cpp157 void CFX_Locale::GetMonthName(int32_t nMonth, in GetMonthName() function in CFX_Locale
2479 pLocale->GetMonthName(i, wsMonthNameAbbr, TRUE); in FX_ParseLocaleDate()
2496 pLocale->GetMonthName(i, wsMonthName, FALSE); in FX_ParseLocaleDate()
4128 pLocale->GetMonthName(month - 1, wsTemp, TRUE); in FX_DateFormat()
4132 pLocale->GetMonthName(month - 1, wsTemp, FALSE); in FX_DateFormat()
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h65 virtual void GetMonthName(int32_t nMonth,