Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp241 .AppendText(" hey guys ") in TEST()
242 .AppendText(" this is so cool ") in TEST()
246 .AppendText(" \" wow, so many \t ") in TEST()
247 .AppendText("spaces. \"what? ") in TEST()
251 .AppendText(" where \t ") in TEST()
252 .AppendText(" \nis the pie?") in TEST()
259 .AppendText("hey guys\\n ") in TEST()
260 .AppendText(" this \\t is so\\\\ cool") in TEST()
263 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(), in TEST()
269 EXPECT_FALSE(builder.AppendText("they're coming!")); in TEST()
[all …]
H A DResourceUtils.h277 StringBuilder& AppendText(const std::string& text);
H A DResourceUtils.cpp858 StringBuilder& StringBuilder::AppendText(const std::string& text) { in AppendText() function in aapt::ResourceUtils::StringBuilder
H A DResourceParser.cpp217 builder->AppendText(data); in Build()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp284 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string(); in WriteAttributes()
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp173 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()