Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils.cpp358 StringPiece trimmed_part = util::TrimWhitespace(part); in TryParseFlagSymbol() local
366 if (trimmed_part == flag_symbol_resource_name.entry) { in TryParseFlagSymbol()
DResourceParser.cpp77 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseFormatAttribute() local
78 uint32_t type = ParseFormatType(trimmed_part); in ParseFormatAttribute()