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

  /external/bsdiff/
suffix_array_index_unittest.cc 26 void SearchPrefix(const std::string& pattern,
29 sai_->SearchPrefix(reinterpret_cast<const uint8_t*>(pattern.data()),
58 SearchPrefix("zzz", &length, &pos); // lexicographically highest.
61 SearchPrefix(" ", &length, &pos); // lexicographically lowest.
65 SearchPrefix("abc", &length, &pos);
69 SearchPrefix("abcd", &length, &pos);
74 SearchPrefix("abcW", &length, &pos);
suffix_array_index.cc 62 void SearchPrefix(const uint8_t* target,
99 void SuffixArrayIndex<SAIDX>::SearchPrefix(const uint8_t* target,

Completed in 499 milliseconds