Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4324 CFX_WideString wsDateOut, wsTimeOut; in FX_FormatDateTime() local
4326 bRet &= FX_DateFormat(wsDatePattern, pLocale, dt, wsDateOut); in FX_FormatDateTime()
4331 wsOutput = bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut; in FX_FormatDateTime()