Searched refs:AFTime_FormatEx (Results 1 – 4 of 4) sorted by relevance
361 Alert: PASS: AFTime_FormatEx() threw AFTime_FormatEx: Incorrect number of parameters passed to func…362 Alert: PASS: AFTime_FormatEx('blooey', 42) threw AFTime_FormatEx: Incorrect number of parameters pa…363 Alert: PASS: AFTime_FormatEx('blooey') = blooey
573 expectError('', "AFTime_FormatEx()");574 expectError('', "AFTime_FormatEx('blooey', 42)");575 expectEventValue(0, "AFTime_FormatEx('blooey')", "blooey");
56 static CJS_Result AFTime_FormatEx(
245 JS_STATIC_GLOBAL_FUN(AFTime_FormatEx) in JS_STATIC_GLOBAL_FUN()1034 CJS_Result CJS_PublicMethods::AFTime_FormatEx( in AFTime_FormatEx() function in CJS_PublicMethods