Lines Matching refs:words
3288 static std::string FormatWordList(const std::vector<std::string>& words) {3290 for (size_t i = 0; i < words.size(); ++i) {3291 if (i > 0 && words.size() > 2) {3294 if (i == words.size() - 1) {3297 word_list << "'" << words[i] << "'";