Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.h37 static bool AFDate_FormatEx(CJS_Runtime* pRuntime,
114 JS_STATIC_GLOBAL_FUN(AFDate_FormatEx);
DPublicMethods.cpp1099 bool CJS_PublicMethods::AFDate_FormatEx(CJS_Runtime* pRuntime, in AFDate_FormatEx() function in CJS_PublicMethods
1262 return AFDate_FormatEx(pRuntime, newParams, vRet, sError); in AFDate_Format()
1318 return AFDate_FormatEx(pRuntime, newParams, vRet, sError); in AFTime_Format()
1346 return AFDate_FormatEx(pRuntime, params, vRet, sError); in AFTime_FormatEx()