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 StringPiece::const_iterator FindNonAlphaNumericAndNotInSet(
133 if (FindNonAlphaNumericAndNotInSet(piece, "$_") != piece.end()) {
156 if (FindNonAlphaNumericAndNotInSet(piece, "_") != piece.end()) {
Util.h 82 android::StringPiece::const_iterator FindNonAlphaNumericAndNotInSet(
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator.cpp 49 iter = util::FindNonAlphaNumericAndNotInSet(result, "_");
  /frameworks/base/tools/aapt2/
ResourceTable.cpp 289 auto iter = util::FindNonAlphaNumericAndNotInSet(name, kValidNameChars);

Completed in 286 milliseconds