Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp173 StringBuilder string_builder; in ParseValueWithAttribute() local
174 string_builder.AppendText(*raw_string->value); in ParseValueWithAttribute()
175 if (string_builder) { in ParseValueWithAttribute()
176 transformed = util::make_unique<String>(pool_->MakeRef(string_builder.to_string())); in ParseValueWithAttribute()