Home | History | Annotate | Download | only in intltest

Lines Matching refs:t0c

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