Searched refs:min_str (Results 1 – 1 of 1) sorted by relevance
1125 StringPiece min_str = util::TrimWhitespace(maybe_min_str.value()); in ParseAttrImpl() local1126 if (!min_str.empty()) { in ParseAttrImpl()1127 std::u16string min_str16 = util::Utf8ToUtf16(min_str); in ParseAttrImpl()1136 << "invalid 'min' value '" << min_str << "'"); in ParseAttrImpl()