Home
last modified time | relevance | path

Searched refs:high_pp (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Drbnf.cpp1157 ParsePosition high_pp(0); in parse() local
1167 if (working_pp.getIndex() > high_pp.getIndex()) { in parse()
1168 high_pp = working_pp; in parse()
1171 if (high_pp.getIndex() == workingText.length()) { in parse()
1179 parsePosition.setIndex(startIndex + high_pp.getIndex()); in parse()
1180 if (high_pp.getIndex() > 0) { in parse()
1183 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse()