Searched refs:to2 (Results 1 – 4 of 4) sorted by relevance
45 var to2 = to;50 if (to2 < 0) to2 = a.length + to;52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))55 if (to2 > a.length) to2 = a.length;57 for (i = from2; i < to2; ++i) returnString += a.charAt(i);
45 var to2 = to;50 if (to2 < 0) to2 = a.length + to;52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))55 if (to2 > a.length) to2 = a.length;57 for (i = from2; i < to2; ++i) returnArray.push(a[i]);
1520 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()1595 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()1598 if(to2 == NULL) { in TestConvertSafeCloneCallback()1612 if(to2 == (&to1) ) { in TestConvertSafeCloneCallback()1620 if(to2->wasClosed) { in TestConvertSafeCloneCallback()1631 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()1645 if(to2->wasClosed) { in TestConvertSafeCloneCallback()1664 TSCC_print_log(to2, "to2"); in TestConvertSafeCloneCallback()1670 if(to2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()[all …]
753 …org.apache.harmony.luni.tests.pkg2.TestClass to2 = (org.apache.harmony.luni.tests.pkg2.TestClass) … in test_resolveClass() local756 if (to2.i != to1.i) { in test_resolveClass()758 + to2.i); in test_resolveClass()