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