#ifndef XFA_FGAS_CRT_CFGAS_STRINGFORMATTER_H_
#define XFA_FGAS_CRT_CFGAS_STRINGFORMATTER_H_
#include <vector>
#include "core/fxcrt/raw_span.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/widestring.h"
#include "xfa/fgas/crt/locale_iface.h"
class CFX_DateTime;
class LocaleMgrIface;
bool FX_DateFromCanonical(pdfium::span<const wchar_t> wsTime,
CFX_DateTime* datetime);
bool FX_TimeFromCanonical(const LocaleIface* pLocale,
pdfium::span<const wchar_t> wsTime,
CFX_DateTime* datetime);
class CFGAS_StringFormatter { … };
#endif