Searched refs:from2 (Results 1 - 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
H A Dslice.js44 var from2 = from;
49 if (from2 < 0) from2 = a.length + from;
52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))
54 if (from2 < 0) from2 = 0;
57 for (i = from2; i < to2; ++i) returnArray.push(a[i]);
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
H A Dslice.js44 var from2 = from;
49 if (from2 < 0) from2 = a.length + from;
52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))
54 if (from2 < 0) from2 = 0;
57 for (i = from2; i < to2; ++i) returnString += a.charAt(i);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c1512 TSCCContext *from2, *from3, *to2, *to3; local
1513 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1554 TSCC_print_log(from2, "from2");
1557 if(from2 == NULL) {
1558 log_err("FAIL! from2 is null \n");
1571 if(from2 == (&from1) ) {
1579 if(from2->wasClosed) {
1580 log_err("FAIL! from2 was closed\n");
1621 TSCC_print_log(from2, "from
[all...]
/external/icu4c/test/cintltst/
H A Dccapitst.c1518 TSCCContext *from2, *from3, *to2, *to3; local
1519 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1560 TSCC_print_log(from2, "from2");
1563 if(from2 == NULL) {
1564 log_err("FAIL! from2 is null \n");
1577 if(from2 == (&from1) ) {
1585 if(from2->wasClosed) {
1586 log_err("FAIL! from2 was closed\n");
1627 TSCC_print_log(from2, "from
[all...]

Completed in 34 milliseconds