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

  /external/icu4c/i18n/
choicfmt.cpp 521 int32_t furthest = start; local
532 if (newIndex > furthest) {
533 furthest = newIndex;
535 if (furthest == source.length()) {
542 if (furthest == start) {
545 pos.setIndex(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 65 milliseconds