Searched refs:LocaleValue (Results 1 – 5 of 5) sorted by relevance
31 struct LocaleValue { struct37 inline LocaleValue(); argument60 inline int compare(const LocaleValue& other) const;62 inline bool operator<(const LocaleValue& o) const;63 inline bool operator<=(const LocaleValue& o) const;64 inline bool operator==(const LocaleValue& o) const;65 inline bool operator!=(const LocaleValue& o) const;66 inline bool operator>=(const LocaleValue& o) const;67 inline bool operator>(const LocaleValue& o) const;80 LocaleValue::LocaleValue() { memset(this, 0, sizeof(LocaleValue)); } in LocaleValue() function[all …]
31 void LocaleValue::set_language(const char* language_chars) { in set_language()39 void LocaleValue::set_region(const char* region_chars) { in set_region()47 void LocaleValue::set_script(const char* script_chars) { in set_script()59 void LocaleValue::set_variant(const char* variant_chars) { in set_variant()75 bool LocaleValue::InitFromFilterString(const android::StringPiece& str) { in InitFromFilterString()141 ssize_t LocaleValue::InitFromParts(std::vector<std::string>::iterator iter, in InitFromParts()229 void LocaleValue::InitFromResTable(const ResTable_config& config) { in InitFromResTable()241 void LocaleValue::WriteTo(ResTable_config* out) const { in WriteTo()
30 LocaleValue lv; in TestLanguage()57 LocaleValue lv; in TestLanguageRegion()
651 LocaleValue locale; in Parse()
94 LocaleValue lv; in ParseConfigFilterParameters()