Lines Matching refs:TrimWhitespace
82 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseFormatAttribute()
111 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
424 if (!util::TrimWhitespace(parser->text()).empty()) { in ParseResources()
774 if (util::TrimWhitespace(raw_value).empty()) { in ParseXml()
781 table_->string_pool.MakeRef(util::TrimWhitespace(raw_value), in ParseXml()
943 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParsePublicGroup()
1160 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseOverlayable()
1231 StringPiece min_str = util::TrimWhitespace(maybe_min_str.value()); in ParseAttrImpl()
1248 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl()
1284 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
1591 util::TrimWhitespace(maybe_quantity.value()); in ParsePlural()
1672 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()