Searched refs:findNonAlphaNumericAndNotInSet (Results 1 – 4 of 4) sorted by relevance
95 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str, in findNonAlphaNumericAndNotInSet() function134 if (findNonAlphaNumericAndNotInSet(piece, u"$_") != piece.end()) { in isJavaClassName()157 if (findNonAlphaNumericAndNotInSet(piece, u"_") != piece.end()) { in isJavaPackageName()
79 StringPiece16::const_iterator findNonAlphaNumericAndNotInSet(const StringPiece16& str,
45 iter = util::findNonAlphaNumericAndNotInSet(result, u"_"); in extractJavaIdentifier()
337 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars); in addResourceImpl()434 auto badCharIter = util::findNonAlphaNumericAndNotInSet(name.entry, validChars); in setSymbolStateImpl()