OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commonlen
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/LineEditor/
LineEditor.cpp
43
size_t
CommonLen
= 0;
44
for (;
CommonLen
!= Len; ++
CommonLen
) {
45
if (CommonPrefix[
CommonLen
] != I->TypedText[
CommonLen
])
48
CommonPrefix.resize(
CommonLen
);
Completed in 60 milliseconds