Searched defs:attributeValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
H A DManifestValidator.cpp142 const StringPiece16& attributeValue,
146 util::findNonAlphaNumericAndNotInSet(attributeValue, charSet);
147 if (badIter != attributeValue.end()) {
160 if (!attributeValue.empty()) {
161 StringPiece16 trimmed = util::trimWhitespace(attributeValue);
162 if (attributeValue.begin() != trimmed.begin()) {
173 if (attributeValue.end() != trimmed.end()) {
140 validateAttributeImpl(const StringPiece16& element, const StringPiece16& attributeName, const StringPiece16& attributeValue, const StringPiece16& charSet, size_t lineNumber, SourceLogger& logger) argument

Completed in 57 milliseconds