Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp703 WideString wsTimeOut; in FormatDateTimeInternal() local
705 wsTimeOut = TimeFormat(wsTimePattern, pLocale, dt); in FormatDateTimeInternal()
707 return bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut; in FormatDateTimeInternal()