Searched refs:FixedStr (Results 1 – 2 of 2) sorted by relevance
951 FixedStr = PatternStr; in parsePattern()959 FixedStr = PatternStr; in parsePattern()1235 if (!FixedStr.empty()) { in match()1237 IgnoreCase ? Buffer.find_insensitive(FixedStr) : Buffer.find(FixedStr); in match()1240 return MatchResult(Pos, /*MatchLen=*/FixedStr.size(), Error::success()); in match()1348 StringRef ExampleString(FixedStr); in computeMatchDistance()
619 StringRef FixedStr; variable