| 1634 | } |
| 1635 | |
| 1636 | static const UGroup* LookupPerlGroup(const StringPiece& name) { |
| 1637 | return LookupGroup(name, perl_groups, num_perl_groups); |
| 1638 | } |
| 1639 | |
| 1640 | #if !defined(RE2_USE_ICU) |
| 1641 | // Fake UGroup containing all Runes |
no test coverage detected