HomeSort by relevance Sort by last modified time
    Searched refs:findNonAlphaNumericAndNotInSet (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/util/
Util.cpp 95 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str,
134 if (findNonAlphaNumericAndNotInSet(piece, u"$_") != piece.end()) {
157 if (findNonAlphaNumericAndNotInSet(piece, u"_") != piece.end()) {
Util.h 79 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str,
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator.cpp 45 iter = util::findNonAlphaNumericAndNotInSet(result, u"_");
  /frameworks/base/tools/aapt2/
ResourceTable.cpp 348 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars);
445 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars);

Completed in 88 milliseconds