HomeSort by relevance Sort by last modified time
    Searched refs:LocaleValue (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/aapt2/
Locale.h 31 struct LocaleValue {
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& o) const
    [all...]
Locale.cpp 29 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 {
Locale_test.cpp 27 LocaleValue lv;
49 LocaleValue lv;
ConfigDescription.cpp 585 LocaleValue locale;
  /frameworks/base/tools/aapt2/link/
Link.cpp     [all...]

Completed in 222 milliseconds