Searched refs:high_pp (Results 1 – 1 of 1) sorted by relevance
1232 ParsePosition high_pp(0); in parse() local1242 if (working_pp.getIndex() > high_pp.getIndex()) { in parse()1243 high_pp = working_pp; in parse()1246 if (high_pp.getIndex() == workingText.length()) { in parse()1254 parsePosition.setIndex(startIndex + high_pp.getIndex()); in parse()1255 if (high_pp.getIndex() > 0) { in parse()1258 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse()