Home | History | Annotate | Download | only in intltest

Lines Matching refs:pos1

1490     ParsePosition pos1(0), pos2(0);
1495 df->parse(text, num, pos1);
1496 if (pos1 == ParsePosition(0)/*num != null*/) {