Searched refs:CommonPrefix (Results 1 – 2 of 2) sorted by relevance
40 std::string CommonPrefix = Comps[0].TypedText; in getCommonPrefix() local44 size_t Len = std::min(CommonPrefix.size(), I->TypedText.size()); in getCommonPrefix()47 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen]) in getCommonPrefix()50 CommonPrefix.resize(CommonLen); in getCommonPrefix()52 return CommonPrefix; in getCommonPrefix()64 std::string CommonPrefix = getCommonPrefix(Comps); in complete() local71 if (CommonPrefix.empty()) { in complete()78 Action.Text = CommonPrefix; in complete()