Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp229 .AppendText(" hey guys ") in TEST()
230 .AppendText(" this is so cool ") in TEST()
234 .AppendText(" \" wow, so many \t ") in TEST()
235 .AppendText("spaces. \"what? ") in TEST()
239 .AppendText(" where \t ") in TEST()
240 .AppendText(" \nis the pie?") in TEST()
247 .AppendText("hey guys\\n ") in TEST()
248 .AppendText(" this \\t is so\\\\ cool") in TEST()
251 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(), in TEST()
257 EXPECT_FALSE(builder.AppendText("they're coming!")); in TEST()
[all …]
DResourceUtils.h280 StringBuilder& AppendText(const std::string& text);
DResourceUtils.cpp846 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/link/
DReferenceLinker.cpp139 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp283 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string(); in WriteAttributes()