Lines Matching refs:LocaleInfo
28 std::set<std::string> LocaleInfo::allValidLocales = GetValidLocales();
30 std::set<std::string> LocaleInfo::GetValidLocales()
46 void LocaleInfo::ResetFinalLocaleStatus()
58 void LocaleInfo::InitLocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configMap)
83 LocaleInfo::LocaleInfo(const std::string &localeTag)
89 LocaleInfo::LocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configMap)
94 LocaleInfo::~LocaleInfo() {}
96 void LocaleInfo::ComputeFinalLocaleTag(const std::string &localeTag)
136 void LocaleInfo::ParseLocaleTag(const std::string &localeTag)
165 void LocaleInfo::ParseConfigs()
193 bool LocaleInfo::icuInitialized = LocaleInfo::Init();
195 std::string LocaleInfo::GetLanguage() const
200 std::string LocaleInfo::GetScript() const
205 std::string LocaleInfo::GetRegion() const
210 std::string LocaleInfo::GetBaseName() const
215 std::string LocaleInfo::GetCalendar() const
220 std::string LocaleInfo::GetCollation() const
225 std::string LocaleInfo::GetHourCycle() const
230 std::string LocaleInfo::GetNumberingSystem() const
235 std::string LocaleInfo::GetNumeric() const
240 std::string LocaleInfo::GetCaseFirst() const
245 std::string LocaleInfo::ToString() const
250 Locale LocaleInfo::GetLocale() const
255 std::string LocaleInfo::Maximize()
276 std::string LocaleInfo::Minimize()
297 bool LocaleInfo::Init()
303 bool LocaleInfo::InitSuccess() const