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