| 27 | } |
| 28 | |
| 29 | static bool IsLeftPair(const PatternView& v) |
| 30 | { |
| 31 | return IsFinder(v[8], v[9], v[10], v[11], v[12]) && IsGuard(v[-1], v[11]) && IsCharacterPair(v, 16, 15); |
| 32 | } |
| 33 | |
| 34 | static bool IsRightPair(const PatternView& v) |
| 35 | { |
no test coverage detected