OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minimum_length
(Results
1 - 3
of
3
) 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
;
/external/chromium_org/chrome/browser/history/
query_parser.cc
337
size_t
minimum_length
= 3;
local
342
minimum_length
= 2;
343
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 123 milliseconds