Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp270 .AppendText(" hey guys ") in TEST()
271 .AppendText(" this is so cool ") in TEST()
275 .AppendText(" \" wow, so many \t ") in TEST()
276 .AppendText("spaces. \"what? ") in TEST()
280 .AppendText(" where \t ") in TEST()
281 .AppendText(" \nis the pie?") in TEST()
288 .AppendText("hey guys\\n ") in TEST()
289 .AppendText(" this \\t is so\\\\ cool") in TEST()
292 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(), in TEST()
298 EXPECT_FALSE(builder.AppendText("they're coming!")); in TEST()
[all …]
DResourceUtils.h277 StringBuilder& AppendText(const std::string& text);
DResourceUtils.cpp882 StringBuilder& StringBuilder::AppendText(const std::string& text) { in AppendText() function in aapt::ResourceUtils::StringBuilder
DResourceParser.cpp217 builder->AppendText(data); in Build()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp284 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string(); in WriteAttributes()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp173 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()