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.
62 inline int compare(const LocaleValue& other) const;
64 inline bool operator<(const LocaleValue& o) const;
65 inline bool operator<=(const LocaleValue& o) const;
66 inline bool operator==(const LocaleValue
82 LocaleValue::LocaleValue() { function in class:aapt::LocaleValue
[all...]

Completed in 51 milliseconds