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

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

Completed in 69 milliseconds