Searched refs:high_pp (Results 1 – 1 of 1) sorted by relevance
1356 ParsePosition high_pp(0); in parse() local1366 if (working_pp.getIndex() > high_pp.getIndex()) { in parse()1367 high_pp = working_pp; in parse()1370 if (high_pp.getIndex() == workingText.length()) { in parse()1378 parsePosition.setIndex(startIndex + high_pp.getIndex()); in parse()1379 if (high_pp.getIndex() > 0) { in parse()1382 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse()