Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
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 …]
DResourceUtils.h279 StringBuilder& AppendText(const std::string& text);
DResourceUtils.cpp861 StringBuilder& StringBuilder::AppendText(const std::string& text) { in AppendText() function in aapt::ResourceUtils::StringBuilder
DResourceParser.cpp220 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.cpp174 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()