HomeSort by relevance Sort by last modified time
    Searched full:rep_digit (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 551 const char rep_digit = str[i]; local
552 const size_t runs_until = str.find_first_not_of(rep_digit, i+4);
556 bool encode_high; // True if the next byte is greater than |rep_digit|.
563 static_cast<uint8>(rep_digit);
590 const char rep_digit = str[i]; local
592 output.append(length, rep_digit);

Completed in 464 milliseconds