Home | History | Annotate | Download | only in i18n

Lines Matching refs:parsePos

1682 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const
1685 int32_t pos = parsePos.getIndex();
1860 parsePos.setIndex(pos);
2035 parsePos.setErrorIndex(pos);
2036 parsePos.setIndex(start);