Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp700 WideString wsDateOut; in FormatDateTimeInternal() local
702 wsDateOut = DateFormat(wsDatePattern, pLocale, dt); in FormatDateTimeInternal()
708 return bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut; in FormatDateTimeInternal()