Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DPublicMethods.h70 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp914 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format) in MakeFormatDate() function in CJS_PublicMethods
1572 val = MakeFormatDate(dDate,sFormat); in AFDate_FormatEx()