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

Completed in 44 milliseconds