Home | History | Annotate | Download | only in i18n

Lines Matching refs:parsePos

1778 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const
1781 int32_t pos = parsePos.getIndex();
1993 parsePos.setIndex(pos);
2166 parsePos.setErrorIndex(pos);
2167 parsePos.setIndex(start);