Home | History | Annotate | Download | only in intltest

Lines Matching refs:pos1

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