Searched refs:wsTimeOut (Results 1 – 1 of 1) sorted by relevance
4324 CFX_WideString wsDateOut, wsTimeOut; in FX_FormatDateTime() local4329 bRet &= FX_TimeFormat(wsTimePattern, pLocale, dt, wsTimeOut); in FX_FormatDateTime()4331 wsOutput = bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut; in FX_FormatDateTime()