HomeSort by relevance Sort by last modified time
    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