HomeSort by relevance Sort by last modified time
    Searched refs:furthest (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
choicfmt.cpp 717 int32_t furthest = start; local
725 if (status.getIndex() > furthest) {
726 furthest = status.getIndex();
728 if (furthest == text.length())
733 status.setIndex(furthest);
735 status.setErrorIndex(furthest);
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 187 Int furthest = -1; local
198 if (m > furthest) {
199 furthest = m;
    [all...]

Completed in 363 milliseconds