Home
last modified time | relevance | path

Searched refs:AppendText (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp230 .AppendText(" hey guys ") in TEST()
231 .AppendText(" this is so cool ") in TEST()
235 .AppendText(" \" wow, so many \t ") in TEST()
236 .AppendText("spaces. \"what? ") in TEST()
240 .AppendText(" where \t ") in TEST()
241 .AppendText(" \nis the pie?") in TEST()
248 .AppendText("hey guys\\n ") in TEST()
249 .AppendText(" this \\t is so\\\\ cool") in TEST()
252 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(), in TEST()
258 EXPECT_FALSE(builder.AppendText("they're coming!")); in TEST()
[all …]
DResourceUtils.h280 StringBuilder& AppendText(const std::string& text);
DResourceUtils.cpp847 StringBuilder& StringBuilder::AppendText(const std::string& text) { in AppendText() function in aapt::ResourceUtils::StringBuilder
DResourceParser.cpp205 builder->AppendText(data); in Build()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp283 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string(); in WriteAttributes()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp139 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()