Searched refs:max_str (Results 1 – 1 of 1) sorted by relevance
1246 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl() local1247 if (!max_str.empty()) { in ParseAttrImpl()1248 std::u16string max_str16 = util::Utf8ToUtf16(max_str); in ParseAttrImpl()1257 << "invalid 'max' value '" << max_str << "'"); in ParseAttrImpl()