Searched refs:CommonLen (Results 1 – 1 of 1) sorted by relevance
44 size_t CommonLen = 0; in getCommonPrefix() local45 for (; CommonLen != Len; ++CommonLen) { in getCommonPrefix()46 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen]) in getCommonPrefix()49 CommonPrefix.resize(CommonLen); in getCommonPrefix()