Searched refs:from2 (Results 1 – 3 of 3) sorted by relevance
44 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);
44 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]);
1520 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()1562 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()1565 if(from2 == NULL) { in TestConvertSafeCloneCallback()1579 if(from2 == (&from1) ) { in TestConvertSafeCloneCallback()1587 if(from2->wasClosed) { in TestConvertSafeCloneCallback()1629 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()1637 if(from2->wasClosed) { in TestConvertSafeCloneCallback()1653 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback()1659 if(from2->wasClosed == FALSE) { in TestConvertSafeCloneCallback()[all …]