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

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h21 static FX_BOOL AFDate_FormatEx(OBJ_METHOD_PARAMS);
45 JS_STATIC_GLOBAL_FUN(AFDate_FormatEx);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp43 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_FormatEx,1)
1528 //function AFDate_FormatEx(cFormat)
1529 FX_BOOL CJS_PublicMethods::AFDate_FormatEx(OBJ_METHOD_PARAMS) function in class:CJS_PublicMethods
1701 return AFDate_FormatEx(cc,newParams,vRet,sError);
1760 return AFDate_FormatEx(cc,newParams,vRet,sError);
1791 return AFDate_FormatEx(cc,params,vRet,sError);

Completed in 94 milliseconds