Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser.cpp1346 std::u16string max_str16 = android::util::Utf8ToUtf16(max_str); in ParseAttrImpl() local
1348 if (android::ResTable::stringToInt(max_str16.data(), max_str16.size(), &value)) { in ParseAttrImpl()