Home | History | Annotate | Download | only in i18n

Lines Matching refs:string

20 #include <string>
30 static Locale FromBCP47(const std::string& locale_tag);
39 std::string Language() const { return language_; }
41 std::string Script() const { return script_; }
43 std::string Region() const { return region_; }
48 Locale(const std::string& language, const std::string& script,
49 const std::string& region)
55 std::string language_;
56 std::string script_;
57 std::string region_;