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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <vector>
#include "core/fxcrt/widestring.h"
#include "third_party/base/containers/span.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 748 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 795 of file cfgas_stringformatter.cpp.

References CFX_DateTime::SetTime().

+ Here is the call graph for this function: