Searched refs:StringPool (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h37 * The StringPool class is used as an intermediate representation for
41 class StringPool class
88 explicit StringPool(bool utf8 = false);
180 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry);
181 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
182 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
H A DStringPool.cpp7 #include "StringPool.h"
80 String8 StringPool::entry::makeConfigsString() const {
94 int StringPool::entry::compare(const entry& o) const {
124 StringPool::StringPool(bool utf8) : function in class:StringPool
129 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
139 ssize_t StringPool::add(const String16& value,
202 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
212 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
224 status_t StringPool
[all...]
H A DXMLNode.h10 #include "StringPool.h"
27 Vector<StringPool::entry_style_span>* outSpans,
179 status_t collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
182 status_t collect_attr_strings(StringPool* outPool,
185 status_t collect_resid_strings(StringPool* outPool,
188 status_t flatten_node(const StringPool& strings, const sp<AaptFile>& dest,
H A DAndroid.mk45 StringPool.cpp \
H A DResourceTable.h17 #include "StringPool.h"
136 const Vector<StringPool::entry_style_span>* style = NULL,
159 const Vector<StringPool::entry_style_span>* style = NULL,
229 bool stringToValue(Res_value* outValue, StringPool* pool,
233 const Vector<StringPool::entry_style_span>* style = NULL,
282 const Vector<StringPool::entry_style_span>* _style = NULL,
305 Vector<StringPool::entry_style_span> style;
342 const Vector<StringPool::entry_style_span>* style = NULL,
348 const Vector<StringPool::entry_style_span>* style = NULL,
367 status_t prepareFlatten(StringPool* string
[all...]
H A DXMLNode.cpp188 Vector<StringPool::entry_style_span>* outSpans,
192 Vector<StringPool::entry_style_span> spanStack;
278 StringPool::entry_style_span span;
323 StringPool::entry_style_span span = spanStack.top();
1061 StringPool strings(mUTF8);
1307 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
1362 status_t XMLNode::collect_attr_strings(StringPool* outPool,
1414 status_t XMLNode::collect_resid_strings(StringPool* outPool,
1428 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest,
H A DResourceTable.cpp595 Vector<StringPool::entry_style_span> spans;
690 Vector<StringPool::entry_style_span> spans;
1824 const Vector<StringPool::entry_style_span>* style,
1919 const Vector<StringPool::entry_style_span>* style,
2207 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool,
2211 const Vector<StringPool::entry_style_span>* style,
2782 StringPool valueStrings(useUTF8);
2790 StringPool typeStrings(useUTF8);
2791 StringPool keyStrings(useUTF8);
3333 const Vector<StringPool
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java25 import libcore.internal.StringPool;
181 private final StringPool stringPool = new StringPool();

Completed in 983 milliseconds