Home | History | Annotate | Download | only in i18n

Lines Matching refs:getErrorIndex

944         parsePosition.setErrorIndex(pp.getErrorIndex());
1042 int32_t i_temp = pp2.getErrorIndex() + sub1Pos + pp.getIndex();
1043 if (i_temp> parsePosition.getErrorIndex()) {
1051 int32_t i_temp = sub1Pos + pp.getErrorIndex();
1052 if (i_temp > parsePosition.getErrorIndex()) {
1214 if (tempPP.getErrorIndex() > 0) {
1215 pp.setErrorIndex(tempPP.getErrorIndex());
1265 pp.setErrorIndex(tempPP.getErrorIndex());