Searched refs:CharIn (Results 1 – 1 of 1) sorted by relevance
429 bool CharIn(char c, const std::string &pattern) in CharIn() function442 … if (pos >= 1 && CharIn(sql[pos - 1], prePattern) && ((pos + keyWord.length() == sql.length()) || in HasConstraint()443 … ((pos + keyWord.length() < sql.length()) && CharIn(sql[pos + keyWord.length()], nextPattern)))) { in HasConstraint()