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.
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...]
H A DLocale.cpp29 void LocaleValue::setLanguage(const char* languageChars) {
37 void LocaleValue::setRegion(const char* regionChars) {
45 void LocaleValue::setScript(const char* scriptChars) {
57 void LocaleValue::setVariant(const char* variantChars) {
73 bool LocaleValue::initFromFilterString(const StringPiece& str) {
138 ssize_t LocaleValue::initFromParts(std::vector<std::string>::iterator iter,
227 std::string LocaleValue::toDirName() const {
253 void LocaleValue::initFromResTable(const ResTable_config& config) {
265 void LocaleValue::writeTo(ResTable_config* out) const {
H A DLocale_test.cpp27 LocaleValue lv;
49 LocaleValue lv;
H A DConfigDescription.cpp585 LocaleValue locale;
/frameworks/base/tools/aapt2/link/
H A DLink.cpp1537 LocaleValue lv;

Completed in 105 milliseconds