Home | History | Annotate | Download | only in i18n

Lines Matching refs:getErrorIndex

795         parsePosition.setErrorIndex(pp.getErrorIndex());
879 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex();
880 if (temp> parsePosition.getErrorIndex()) {
888 int32_t temp = sub1->getPos() + pp.getErrorIndex();
889 if (temp > parsePosition.getErrorIndex()) {
1051 if (tempPP.getErrorIndex() > 0) {
1052 pp.setErrorIndex(tempPP.getErrorIndex());
1097 pp.setErrorIndex(tempPP.getErrorIndex());