Searched defs:to2 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccapitst.c1521 TSCCContext *from2, *from3, *to2, *to3; local
1522 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1596 TSCC_print_log(to2, "to2");
1599 if(to2 == NULL) {
1600 log_err("FAIL! to2 is null \n");
1613 if(to2 == (&to1) ) {
1621 if(to2->wasClosed) {
1622 log_err("FAIL! to2 was closed\n");
1632 TSCC_print_log(to2, "to
[all...]

Completed in 54 milliseconds