Searched refs:errorIndex (Results 1 – 3 of 3) sorted by relevance
56 errorIndex(-1) in ParsePosition()67 errorIndex(-1) in ParsePosition()78 errorIndex(copy.errorIndex) in ParsePosition()178 int32_t errorIndex; variable186 errorIndex = copy.errorIndex;193 if(index != copy.index || errorIndex != copy.errorIndex)220 return errorIndex; in getErrorIndex()226 this->errorIndex = ei; in setErrorIndex()
1183 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local1184 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
2943 int errorIndex; member2987 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local2992 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()2993 …i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + p… in TestSpaceParsing()