OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StyleString
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/tools/aapt2/
StringPool.h
38
struct
StyleString
{
151
StyleRef makeRef(const
StyleString
& str);
158
StyleRef makeRef(const
StyleString
& str, const Context& context);
StringPool_test.cpp
91
StringPool::StyleRef ref2 = pool.makeRef(
StyleString
{ {u"a"} });
141
StyleString
str {
165
StyleString
str { { u"android" } };
211
StringPool::StyleRef ref4 = pool.makeRef(
StyleString
{
ResourceParser.h
61
* Parses the XML subtree as a
StyleString
(flattened XML representation for strings
67
StyleString
* outStyleString);
StringPool.cpp
154
StringPool::StyleRef StringPool::makeRef(const
StyleString
& str) {
158
StringPool::StyleRef StringPool::makeRef(const
StyleString
& str, const Context& context) {
ResourceParser.cpp
134
StyleString
* outStyleString) {
484
StyleString
styleString
;
485
if (!flattenXmlSubtree(parser, &rawValue, &
styleString
)) {
489
if (!
styleString
.spans.empty()) {
492
mTable->stringPool.makeRef(
styleString
, StringPool::Context{ 1, mConfig }));
517
mTable->stringPool.makeRef(
styleString
.str, StringPool::Context{ 1, mConfig }));
[
all
...]
/frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator_test.cpp
30
StyleString
originalStyle;
PseudolocaleGenerator.cpp
34
StyleString
localized;
/frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp
186
StyleString
styleStr = { str.toString() };
/frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp
397
StyleString
styleStr = { str.toString() };
Completed in 109 milliseconds