Lines Matching refs:ParsePosition
160 ParsePosition ppos;
188 ParsePosition& ) const {}
373 ParsePosition pos(0);
421 ParsePosition pos(0);
2979 ParsePosition parsePosition(0);
2985 foo->parse(stringToBeParsed, result, parsePosition);
2986 if (parsePosition.getIndex() != parsedPosition ||
2987 parsePosition.getErrorIndex() != errorIndex) {
2988 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
2990 if (parsePosition.getErrorIndex() == -1 &&
6018 ParsePosition parsePos;
6041 ParsePosition parsePos;
6434 ParsePosition parsePos(0);