Searched refs:LocaleValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
H A DLocale.h31 struct LocaleValue { struct in namespace:aapt
37 inline LocaleValue();
40 * Initialize this LocaleValue from a config string.
45 * Initialize this LocaleValue from parts of a vector.
51 * Initialize this LocaleValue from a ResTable_config.
56 * Set the locale in a ResTable_config from this LocaleValue.
60 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
80 LocaleValue::LocaleValue() { memset(this, 0, sizeof(LocaleValue)); } function in class:aapt::LocaleValue
[all...]
H A DLocale.cpp31 void LocaleValue::set_language(const char* language_chars) {
39 void LocaleValue::set_region(const char* region_chars) {
47 void LocaleValue::set_script(const char* script_chars) {
59 void LocaleValue::set_variant(const char* variant_chars) {
75 bool LocaleValue::InitFromFilterString(const android::StringPiece& str) {
141 ssize_t LocaleValue::InitFromParts(std::vector<std::string>::iterator iter,
229 void LocaleValue::InitFromResTable(const ResTable_config& config) {
241 void LocaleValue::WriteTo(ResTable_config* out) const {
H A DLocale_test.cpp30 LocaleValue lv;
57 LocaleValue lv;
H A DConfigDescription.cpp651 LocaleValue locale;
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp94 LocaleValue lv;

Completed in 110 milliseconds