Searched refs:StringPool (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/ |
D | StringPool.cpp | 80 String8 StringPool::entry::makeConfigsString() const { in makeConfigsString() 94 int StringPool::entry::compare(const entry& o) const { in compare() 124 StringPool::StringPool(bool utf8) : in StringPool() function in StringPool 129 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans, in add() 139 ssize_t StringPool::add(const String16& value, in add() 202 status_t StringPool::addStyleSpan(size_t idx, const String16& name, in addStyleSpan() 212 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans) in addStyleSpans() 224 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span) in addStyleSpan() 237 int StringPool::config_sort(void* state, const void* lhs, const void* rhs) in config_sort() 239 StringPool* pool = (StringPool*)state; in config_sort() [all …]
|
D | StringPool.h | 41 class StringPool 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);
|
D | XMLNode.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,
|
D | ResourceTable.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* strings, ResourceTable* table, 370 status_t remapStringValue(StringPool* strings);
|
D | Android.mk | 45 StringPool.cpp \
|
D | XMLNode.cpp | 188 Vector<StringPool::entry_style_span>* outSpans, in parseStyledString() 192 Vector<StringPool::entry_style_span> spanStack; in parseStyledString() 278 StringPool::entry_style_span span; in parseStyledString() 323 StringPool::entry_style_span span = spanStack.top(); in parseStyledString() 1061 StringPool strings(mUTF8); in flatten() 1307 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds, in collect_strings() 1362 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() 1414 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() 1428 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest, in flatten_node()
|
D | ResourceTable.cpp | 595 Vector<StringPool::entry_style_span> spans; in parseAndAddBag() 690 Vector<StringPool::entry_style_span> spans; in parseAndAddEntry() 1824 const Vector<StringPool::entry_style_span>* style, in addEntry() 1919 const Vector<StringPool::entry_style_span>* style, in addBag() 2207 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue() 2211 const Vector<StringPool::entry_style_span>* style, in stringToValue() 2782 StringPool valueStrings(useUTF8); in flatten() 2790 StringPool typeStrings(useUTF8); in flatten() 2791 StringPool keyStrings(useUTF8); in flatten() 3333 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 | 2673 libcore.internal.StringPool
|