Home | History | Annotate | Download | only in intltest

Lines Matching refs:t0c

1408     TimeArrayTimeZoneRule *t0c = t0.clone();
1409 if (*t0c != *t1 || !(*t0c == *t1)) {
1410 errln("FAIL: TimeArrayTimeZoneRule t0c is equal to t1, but got wrong result");
1412 delete t0c;