Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp699 WideString wsDateOut; in FormatDateTimeInternal() local
701 wsDateOut = DateFormat(wsDatePattern, pLocale, dt); in FormatDateTimeInternal()
707 return bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut; in FormatDateTimeInternal()