Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp244 .AppendText(" hey guys ") in TEST()
245 .AppendText(" this is so cool ") in TEST()
249 .AppendText(" \" wow, so many \t ") in TEST()
250 .AppendText("spaces. \"what? ") in TEST()
254 .AppendText(" where \t ") in TEST()
255 .AppendText(" \nis the pie?") in TEST()
262 .AppendText("hey guys\\n ") in TEST()
263 .AppendText(" this \\t is so\\\\ cool") in TEST()
266 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(), in TEST()
272 EXPECT_FALSE(builder.AppendText("they're coming!")); in TEST()
[all …]
H A DResourceUtils.h280 StringBuilder& AppendText(const std::string& text);
H A DResourceUtils.cpp863 StringBuilder& StringBuilder::AppendText(const std::string& text) { in AppendText() function in aapt::ResourceUtils::StringBuilder
H A DResourceParser.cpp221 builder->AppendText(data); in Build()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp283 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string(); in WriteAttributes()
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp174 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()