Searched refs:StringPool (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/ |
D | StringPool.cpp | 45 StringPool::StringPool(bool sorted, bool utf8) in StringPool() function in StringPool 50 ssize_t StringPool::add(const String16& value, bool mergeDuplicates) in add() 55 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans) in add() 64 ssize_t StringPool::add(const String16& ident, const String16& value, in add() 117 status_t StringPool::addStyleSpan(size_t idx, const String16& name, in addStyleSpan() 127 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans) in addStyleSpans() 139 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span) in addStyleSpan() 153 size_t StringPool::size() const in size() 158 const StringPool::entry& StringPool::entryAt(size_t idx) const in entryAt() 167 size_t StringPool::countIdentifiers() const in countIdentifiers() [all …]
|
D | XMLNode.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,
|
D | ResourceTable.h | 94 const Vector<StringPool::entry_style_span>* style = NULL, 117 const Vector<StringPool::entry_style_span>* style = NULL, 180 bool stringToValue(Res_value* outValue, StringPool* pool, 184 const Vector<StringPool::entry_style_span>* style = NULL, 229 const Vector<StringPool::entry_style_span>* _style = NULL, 252 Vector<StringPool::entry_style_span> style; 285 const Vector<StringPool::entry_style_span>* style = NULL, 291 const Vector<StringPool::entry_style_span>* style = NULL, 308 status_t prepareFlatten(StringPool* strings, ResourceTable* table);
|
D | StringPool.h | 38 class StringPool 75 explicit StringPool(bool sorted = false, bool utf8 = false);
|
D | Android.mk | 20 StringPool.cpp \
|
D | XMLNode.cpp | 181 Vector<StringPool::entry_style_span>* outSpans, in parseStyledString() 185 Vector<StringPool::entry_style_span> spanStack; in parseStyledString() 262 StringPool::entry_style_span span; in parseStyledString() 307 StringPool::entry_style_span span = spanStack.top(); in parseStyledString() 966 StringPool strings = StringPool(false, mUTF8); in flatten() 1212 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds, in collect_strings() 1265 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() 1317 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() 1331 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest, in flatten_node()
|
D | ResourceTable.cpp | 587 Vector<StringPool::entry_style_span> spans; in parseAndAddBag() 657 Vector<StringPool::entry_style_span> spans; in parseAndAddEntry() 1657 const Vector<StringPool::entry_style_span>* style, in addEntry() 1764 const Vector<StringPool::entry_style_span>* style, in addBag() 2044 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue() 2048 const Vector<StringPool::entry_style_span>* style, in stringToValue() 2549 StringPool valueStrings = StringPool(false, useUTF8); in flatten() 2557 StringPool typeStrings = StringPool(false, useUTF8); in flatten() 2558 StringPool keyStrings = StringPool(false, useUTF8); in flatten() 2955 const Vector<StringPool::entry_style_span>* _style, in Item() [all …]
|
/frameworks/base/core/java/android/util/ |
D | JsonReader.java | 25 import libcore.internal.StringPool; 181 private final StringPool stringPool = new StringPool();
|
/frameworks/base/ |
D | preloaded-classes | 1834 libcore.internal.StringPool
|