Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfgas_stringformatter.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#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"
Include dependency graph for cfgas_stringformatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFGAS_StringFormatter

Functions

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)

Function Documentation

◆ FX_DateFromCanonical()

bool FX_DateFromCanonical ( pdfium::span< const wchar_t > wsTime,
CFX_DateTime * datetime )

Definition at line 761 of file cfgas_stringformatter.cpp.

References CFX_DateTime::SetDate().

Here is the call graph for this function:

◆ FX_TimeFromCanonical()

bool FX_TimeFromCanonical ( const LocaleIface * pLocale,
pdfium::span< const wchar_t > wsTime,
CFX_DateTime * datetime )

Definition at line 808 of file cfgas_stringformatter.cpp.

References CFX_DateTime::SetTime().

Here is the call graph for this function: