Searched refs:high_pp (Results 1 – 1 of 1) sorted by relevance
1389 ParsePosition high_pp(0); in parse() local1399 if (working_pp.getIndex() > high_pp.getIndex()) { in parse()1400 high_pp = working_pp; in parse()1403 if (high_pp.getIndex() == workingText.length()) { in parse()1411 parsePosition.setIndex(startIndex + high_pp.getIndex()); in parse()1412 if (high_pp.getIndex() > 0) { in parse()1415 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse()