Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_datetimepicker.h16 #define FWL_STYLEEXT_DTP_LongDateFormat (0L << 1) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_datetimepickerimp.cpp711 } else if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_DTP_LongDateFormat) == in FormatDateString()
712 FWL_STYLEEXT_DTP_LongDateFormat) { in FormatDateString()