Lines Matching refs:TrimWhitespace
90 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseFormatAttribute()
122 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
437 if (!util::TrimWhitespace(parser->text()).empty()) { in ParseResources()
825 util::TrimWhitespace(xmlsub_tree.raw_value), android::StringPool::Context(config))); in ParseXml()
826 } else if (util::TrimWhitespace(xmlsub_tree.raw_value).empty()) { in ParseXml()
1008 comment = std::string(util::TrimWhitespace(parser->comment())); in ParseGroupImpl()
1250 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseOverlayable()
1327 StringPiece min_str = util::TrimWhitespace(maybe_min_str.value()); in ParseAttrImpl()
1344 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl()
1380 comment = std::string(util::TrimWhitespace(parser->comment())); in ParseAttrImpl()
1686 util::TrimWhitespace(maybe_quantity.value()); in ParsePlural()
1767 comment = std::string(util::TrimWhitespace(parser->comment())); in ParseDeclareStyleable()