Searched defs:LocaleValue (Results 1 - 1 of 1) 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...]

Completed in 862 milliseconds