Home | History | Annotate | Download | only in intltest

Lines Matching refs:getErrorIndex

4543            if(pos.getErrorIndex() != -1) {
4548 " - error index " + pos.getErrorIndex() +
4553 if(pos.getErrorIndex() != -1) {
4557 " - error index "+pos.getErrorIndex() +
4641 if(pos.getErrorIndex() != -1) {
4645 " - error index " + pos.getErrorIndex() +
4650 if(pos.getErrorIndex() != -1) {
4651 errln("error: parse error for string - " +itemPtr->parseString + " -- idx["+pos.getIndex()+"] errIdx["+pos.getErrorIndex()+"]");
5553 assertEquals("Error index", inDate.length(), pos.getErrorIndex());