Home
last modified time | relevance | path

Searched refs:scand (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dutil_scand_expected.txt1 Alert: PASS: util.scand() threw util.scand: Incorrect number of parameters passed to function.
2 Alert: PASS: util.scand('12/20/2016') threw util.scand: Incorrect number of parameters passed to fu…
3 Alert: PASS: util.scand('mm/dd/yyyy', '12/20/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT
4 Alert: PASS: util.scand('dd/mm/yyyy', '20/12/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT
5 Alert: PASS: util.scand('yyyy/mm/dd', '2016/12/20').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT
6 Alert: PASS: util.scand('dd/mmm/yyyy', '20/Dec/2016').toUTCString() = Tue, 20 Dec 2016 21:48:50 GMT
7 Alert: PASS: util.scand('..dd:-:mmm/yyyy', '**20/*/Dec.2016').toUTCString() = Tue, 20 Dec 2016 21:4…
8 Alert: PASS: util.scand('hh:MM:ss', '11:22:03').toUTCString() = Fri, 09 May 2014 11:22:03 GMT
9 Alert: PASS: util.scand('s:MM:hh', '3:22:11').toUTCString() = Fri, 09 May 2014 11:22:03 GMT
Dutil_scand.in40 expectError("util.scand()");
41 expectError("util.scand('12/20/2016')");
42 expect("util.scand('mm/dd/yyyy', '12/20/2016').toUTCString()", tuesday);
43 expect("util.scand('dd/mm/yyyy', '20/12/2016').toUTCString()", tuesday);
44 expect("util.scand('yyyy/mm/dd', '2016/12/20').toUTCString()", tuesday);
45 expect("util.scand('dd/mmm/yyyy', '20/Dec/2016').toUTCString()", tuesday);
46 expect("util.scand('..dd:-:mmm/yyyy', '**20/*/Dec.2016').toUTCString()", tuesday);
47 expect("util.scand('hh:MM:ss', '11:22:03').toUTCString()", friday);
48 expect("util.scand('s:MM:hh', '3:22:11').toUTCString()", friday);
/external/pdfium/fxjs/
Dcjs_util.h45 JS_STATIC_METHOD(scand, CJS_Util)
59 CJS_Result scand(CJS_Runtime* pRuntime,
Dcjs_util.cpp367 CJS_Result CJS_Util::scand(CJS_Runtime* pRuntime, in scand() function in CJS_Util