Home | History | Annotate | Download | only in intltest

Lines Matching full:pos2

1503     ParsePosition pos1(0), pos2(0);
1515 df->parse(UnicodeString("$"), num, pos2);
1516 if (pos2 == ParsePosition(0) /*num != null*/){