Searched defs:StringPool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h34 * The StringPool class is used as an intermediate representation for
38 class StringPool class
75 explicit StringPool(bool sorted = false, bool utf8 = false);
H A DStringPool.cpp7 #include "StringPool.h"
37 StringPool::StringPool(bool sorted, bool utf8) function in class:StringPool
42 ssize_t StringPool::add(const String16& value, bool mergeDuplicates)
47 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans)
56 ssize_t StringPool::add(const String16& ident, const String16& value,
109 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
119 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
131 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span)
145 size_t StringPool
[all...]

Completed in 84 milliseconds