Lines Matching refs:to1
1479 TSCCContext from1, to1; in TestConvertSafeCloneCallback() local
1498 TSCC_init(&to1); in TestConvertSafeCloneCallback()
1501 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback()
1507 ucnv_setToUCallBack(conv1, TSCC_toU, &to1, NULL, NULL, &err); in TestConvertSafeCloneCallback()
1509 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback()
1568 if(to3 != (&to1) ) { in TestConvertSafeCloneCallback()
1572 if(to2 == (&to1) ) { in TestConvertSafeCloneCallback()
1576 if(to1.wasClosed) { in TestConvertSafeCloneCallback()
1590 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback()
1601 if(to1.wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1623 TSCC_print_log(&to1, "to1"); in TestConvertSafeCloneCallback()
1626 if(to1.wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1634 if(to2 != (&to1)) { in TestConvertSafeCloneCallback()