Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DUtil.cpp95 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str, in findNonAlphaNumericAndNotInSet() function
134 if (findNonAlphaNumericAndNotInSet(piece, u"$_") != piece.end()) { in isJavaClassName()
157 if (findNonAlphaNumericAndNotInSet(piece, u"_") != piece.end()) { in isJavaPackageName()
DUtil.h79 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str,
/frameworks/base/tools/aapt2/java/
DManifestClassGenerator.cpp45 iter = util::findNonAlphaNumericAndNotInSet(result, u"_"); in extractJavaIdentifier()
/frameworks/base/tools/aapt2/
DResourceTable.cpp337 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars); in addResourceImpl()
434 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars); in setSymbolStateImpl()