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