Searched refs:high_pp (Results 1 – 1 of 1) sorted by relevance
1171 ParsePosition high_pp(0); in parse() local1181 if (working_pp.getIndex() > high_pp.getIndex()) { in parse()1182 high_pp = working_pp; in parse()1185 if (high_pp.getIndex() == workingText.length()) { in parse()1193 parsePosition.setIndex(startIndex + high_pp.getIndex()); in parse()1194 if (high_pp.getIndex() > 0) { in parse()1197 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse()