Searched defs:StringPool (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/tools/aapt/
H A DStringPool.cpp6 #include "StringPool.h"
85 String8 StringPool::entry::makeConfigsString() const {
99 int StringPool::entry::compare(const entry& o) const {
129 StringPool::StringPool(bool utf8) : function in class:StringPool
134 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
144 ssize_t StringPool::add(const String16& value,
215 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
225 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
237 status_t StringPool
[all...]
H A DStringPool.h35 * The StringPool class is used as an intermediate representation for
39 class StringPool class
86 explicit StringPool(bool utf8 = false);
145 explicit ConfigSorter(const StringPool&);
148 const StringPool& pool;
185 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry);
186 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
187 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
/frameworks/base/tools/aapt2/
H A DStringPool.h43 class StringPool { class in namespace:aapt
66 friend class StringPool;
89 friend class StringPool;
103 friend class StringPool;
121 friend class StringPool;
129 static bool flattenUtf8(BigBuffer* out, const StringPool& pool);
130 static bool flattenUtf16(BigBuffer* out, const StringPool& pool);
132 StringPool() = default;
133 StringPool(const StringPool
[all...]

Completed in 921 milliseconds