Home | History | Annotate | Download | only in common

Lines Matching refs:string

9 #include <string>
43 typedef std::vector<std::string> WordList;
44 typedef std::set<std::string> WordSet;
46 base::FilePath GetVersionedFileName(const std::string& input_language,
49 std::string GetCorrespondingSpellCheckLanguage(const std::string& language);
52 void SpellCheckLanguages(std::vector<std::string>* languages);
58 void GetISOLanguageCountryCodeFromLocale(const std::string& locale,
59 std::string* language_code,
60 std::string* country_code);