Home | History | Annotate | Download | only in intltest

Lines Matching refs:dp2

3574     UDate d1, d2, dp1, dp2, dexp1, dexp2;
3609 dp2 = fmt->parse(s2, status);
3618 if (dp2 != dexp2) {
3619 errln("FAIL: Failed to parse " + s2 + " parsed: " + dp2 + " expected: " + dexp2);