Searched refs:FixedStr (Results 1 – 2 of 2) sorted by relevance
797 FixedStr = PatternStr; in parsePattern() 805 FixedStr = PatternStr; in parsePattern() 1084 if (!FixedStr.empty()) { in match() 1086 IgnoreCase ? Buffer.find_insensitive(FixedStr) : Buffer.find(FixedStr); in match() 1089 return MatchResult(Pos, /*MatchLen=*/FixedStr.size(), Error::success()); in match() 1195 StringRef ExampleString(FixedStr); in computeMatchDistance()
570 StringRef FixedStr; variable