Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp91 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseFormatAttribute() local
92 uint32_t type = ParseFormatType(trimmed_part); in ParseFormatAttribute()
1243 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseOverlayable() local
1246 [trimmed_part](const auto& it) { in ParseOverlayable()
1247 return trimmed_part == it.first; in ParseOverlayable()
1251 << "<policy> has unsupported type '" << trimmed_part << "'"); in ParseOverlayable()
H A DResourceUtils.cpp401 StringPiece trimmed_part = util::TrimWhitespace(part); in TryParseFlagSymbol() local
409 if (trimmed_part == flag_symbol_resource_name.entry) { in TryParseFlagSymbol()