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

  /external/chromium/chrome/browser/history/
query_parser.cc 249 size_t minimum_length = 3; local
254 minimum_length = 2;
255 return word.size() >= minimum_length;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 343 difference_type minimum_length = std::max<difference_type>(2, local
347 while (static_cast<sequence_index_t>(end - begin) >= minimum_length)

Completed in 171 milliseconds