Home | History | Annotate | Download | only in intltest

Lines Matching refs:dp2

3751     UDate d1, d2, dp1, dp2, dexp1, dexp2;
3786 dp2 = fmt->parse(s2, status);
3795 if (dp2 != dexp2) {
3796 errln("FAIL: Failed to parse " + s2 + " parsed: " + dp2 + " expected: " + dexp2);