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

/frameworks/base/tools/aapt/
H A DStringPool.h35 * The StringPool class is used as an intermediate representation for
39 class StringPool class
86 explicit StringPool(bool utf8 = false);
178 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry);
179 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
180 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
H A DStringPool.cpp7 #include "StringPool.h"
60 String8 StringPool::entry::makeConfigsString() const {
74 int StringPool::entry::compare(const entry& o) const {
104 StringPool::StringPool(bool utf8) : function in class:StringPool
109 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
119 ssize_t StringPool::add(const String16& value,
182 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
192 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
204 status_t StringPool
[all...]
H A DXMLNode.h10 #include "StringPool.h"
27 Vector<StringPool::entry_style_span>* outSpans,
172 status_t collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
175 status_t collect_attr_strings(StringPool* outPool,
178 status_t collect_resid_strings(StringPool* outPool,
181 status_t flatten_node(const StringPool& strings, const sp<AaptFile>& dest,
H A DResourceTable.h10 #include "StringPool.h"
125 const Vector<StringPool::entry_style_span>* style = NULL,
148 const Vector<StringPool::entry_style_span>* style = NULL,
211 bool stringToValue(Res_value* outValue, StringPool* pool,
215 const Vector<StringPool::entry_style_span>* style = NULL,
262 const Vector<StringPool::entry_style_span>* _style = NULL,
285 Vector<StringPool::entry_style_span> style;
318 const Vector<StringPool::entry_style_span>* style = NULL,
324 const Vector<StringPool::entry_style_span>* style = NULL,
341 status_t prepareFlatten(StringPool* string
[all...]
H A DAndroid.mk20 StringPool.cpp \
H A DXMLNode.cpp188 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);
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,
H A DResourceTable.cpp588 Vector<StringPool::entry_style_span> spans;
658 Vector<StringPool::entry_style_span> spans;
1702 const Vector<StringPool::entry_style_span>* style,
1809 const Vector<StringPool::entry_style_span>* style,
2093 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool,
2097 const Vector<StringPool::entry_style_span>* style,
2606 StringPool valueStrings(useUTF8);
2615 StringPool typeStrings(useUTF8);
2616 StringPool keyStrings(useUTF8);
3065 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 7363 milliseconds