Lines Matching full:stringpool
188 Vector<StringPool::entry_style_span>* outSpans,
192 Vector<StringPool::entry_style_span> spanStack;
269 StringPool::entry_style_span span;
314 StringPool::entry_style_span span = spanStack.top();
977 StringPool strings(mUTF8);
998 sp<AaptFile> stringPool = strings.createStringBlock();
1000 << HexDump(stringPool->getData(), stringPool->getSize()) << endl);
1009 dest->writeData(stringPool->getData(), stringPool->getSize());
1039 dest->getSize(), (stringPool->getSize()*100)/dest->getSize(),
1223 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
1278 status_t XMLNode::collect_attr_strings(StringPool* outPool,
1330 status_t XMLNode::collect_resid_strings(StringPool* outPool,
1344 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest,