Home | History | Annotate | Download | only in i18n

Lines Matching refs:pos

243                   ParsePosition& pos) const
249 int32_t start = pos.getIndex();
251 parse(text, *calClone, pos);
252 if (pos.getIndex() != start) {
259 pos.setIndex(start);
260 pos.setErrorIndex(start);
278 ParsePosition pos(0);
279 UDate result = parse(text, pos);
280 if (pos.getIndex() == 0) {
283 , __FILE__, __LINE__, pos.getErrorIndex() );
295 ParsePosition& pos) const
297 result.setDate(parse(source, pos));