Home | History | Annotate | Download | only in intltest

Lines Matching refs:parsePosition

176     ParsePosition ppos;
204 ParsePosition& ) const {}
389 ParsePosition pos(0);
437 ParsePosition pos(0);
2691 ParsePosition ppos;
3084 ParsePosition parsePosition(0);
3090 foo->parse(stringToBeParsed, result, parsePosition);
3091 if (parsePosition.getIndex() != parsedPosition ||
3092 parsePosition.getErrorIndex() != errorIndex) {
3093 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
3095 if (parsePosition.getErrorIndex() == -1 &&
6141 ParsePosition parsePos;
6164 ParsePosition parsePos;
6557 ParsePosition parsePos(0);
7158 ParsePosition ppos;
7174 ParsePosition ppos;
7299 ParsePosition ppos;