Lines Matching refs:from1
1476 TSCCContext from1, to1; in TestConvertSafeCloneCallback() local
1494 TSCC_init(&from1); in TestConvertSafeCloneCallback()
1497 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback()
1500 ucnv_setFromUCallBack(conv1, TSCC_fromU, &from1, NULL, NULL, &err); in TestConvertSafeCloneCallback()
1502 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback()
1532 if(from3 != (&from1) ) { in TestConvertSafeCloneCallback()
1536 if(from2 == (&from1) ) { in TestConvertSafeCloneCallback()
1540 if(from1.wasClosed) { in TestConvertSafeCloneCallback()
1585 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback()
1590 if(from1.wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1609 TSCC_print_log(&from1, "from1"); in TestConvertSafeCloneCallback()
1612 if(from1.wasClosed == FALSE) { in TestConvertSafeCloneCallback()
1634 if(from2 != (&from1)) { in TestConvertSafeCloneCallback()