Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.h73 void FormatDateString(int32_t iYear,
Dcfwl_datetimepicker.cpp212 void CFWL_DateTimePicker::FormatDateString(int32_t iYear, in FormatDateString() function in CFWL_DateTimePicker
312 FormatDateString(m_iYear, m_iMonth, m_iDay, wsText); in ProcessSelChanged()