Lines Matching refs:languages
34 std::vector<std::string>* languages) {
44 languages->push_back(dictionary_language);
46 // Now scan through the list of accept languages, and find possible mappings
47 // from this list to the existing list of spell check languages.
60 std::find(languages->begin(), languages->end(), language) ==
61 languages->end()) {
62 languages->push_back(language);
66 for (size_t i = 0; i < languages->size(); ++i) {
67 if ((*languages)[i] == dictionary_language)