Searched defs:StringPool (Results 1 - 2 of 2) 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...]

Completed in 55 milliseconds