Searched refs:IsInStr (Results 1 – 2 of 2) sorted by relevance
89 if (IsInStr(ch, "'\"`") == 0) { in StrCheck()123 if (IsInStr(ch, "'\"`") == 0) { in FindIllegalWords()
56 inline int IsInStr(char ch, std::string str) in IsInStr() function