Home | History | Annotate | Download | only in intltest

Lines Matching refs:pos2

1488     ParsePosition pos1(0), pos2(0);
1500 df->parse(UnicodeString("$"), num, pos2);
1501 if (pos2 == ParsePosition(0) /*num != null*/){