Home
last modified time | relevance | path

Searched refs:max_str (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.cpp1246 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl() local
1247 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()