Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dchoicfmt.cpp717 int32_t furthest = start; in parse() local
725 if (status.getIndex() > furthest) { in parse()
726 furthest = status.getIndex(); in parse()
728 if (furthest == text.length()) in parse()
733 status.setIndex(furthest); in parse()
735 status.setErrorIndex(furthest); in parse()
/external/chromium/third_party/icu/source/i18n/
Dchoicfmt.cpp717 int32_t furthest = start; in parse() local
725 if (status.getIndex() > furthest) { in parse()
726 furthest = status.getIndex(); in parse()
728 if (furthest == text.length()) in parse()
733 status.setIndex(furthest); in parse()
735 status.setErrorIndex(furthest); in parse()