Searched defs:hasStyles (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h46 entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { }
48 hasStyles(o.hasStyles), indices(o.indices),
53 bool hasStyles; member in struct:StringPool::entry

Completed in 114 milliseconds