Searched refs:AFPercent_Format (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | public_methods.in | 232 expectError('', "AFPercent_Format()"); 233 expectError('', "AFPercent_Format(0)"); 236 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 0)", "-512.3%"); 237 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 0, 0)", "-512.3%"); 238 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 0, 0, 0)", "-512.3%"); 239 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 0, 0, 0, 0)", "-512.3%"); 243 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 0)", "-512.3%"); 244 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 1)", "%-512.3"); 245 expectEventValue(-5.1234, "AFPercent_Format(1, 0, 2)", "%-512.3"); 246 expectEventValue('', "AFPercent_Format(10, 0, 0)", "0.0000000000%"); [all …]
|
D | public_methods_expected.txt | 62 Alert: PASS: AFPercent_Format() threw AFPercent_Format: Incorrect number of parameters passed to fu… 63 Alert: PASS: AFPercent_Format(0) threw AFPercent_Format: Incorrect number of parameters passed to f… 64 Alert: PASS: AFPercent_Format(1, 0, 0) = -512.3% 65 Alert: PASS: AFPercent_Format(1, 0, 0, 0) = -512.3% 66 Alert: PASS: AFPercent_Format(1, 0, 0, 0, 0) = -512.3% 67 Alert: PASS: AFPercent_Format(1, 0, 0, 0, 0, 0) = -512.3% 68 Alert: PASS: AFPercent_Format(1, 0, 0) = -512.3% 69 Alert: PASS: AFPercent_Format(1, 0, 1) = %-512.3 70 Alert: PASS: AFPercent_Format(1, 0, 2) = %-512.3 71 Alert: PASS: AFPercent_Format(10, 0, 0) = 0.0000000000% [all …]
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.h | 38 static CJS_Result AFPercent_Format(
|
D | cjs_publicmethods.cpp | 239 JS_STATIC_GLOBAL_FUN(AFPercent_Format) in JS_STATIC_GLOBAL_FUN() 778 CJS_Result CJS_PublicMethods::AFPercent_Format( in AFPercent_Format() function in CJS_PublicMethods
|