OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
/prebuilt/linux-x86/toolchain/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 188 milliseconds