Searched refs:CommonLen (Results 1 – 1 of 1) sorted by relevance
43 size_t CommonLen = 0; in getCommonPrefix() local44 for (; CommonLen != Len; ++CommonLen) { in getCommonPrefix()45 if (CommonPrefix[CommonLen] != C.TypedText[CommonLen]) in getCommonPrefix()48 CommonPrefix.resize(CommonLen); in getCommonPrefix()