| 395 | } |
| 396 | |
| 397 | static std::string RuneToStringLatin1(Rune r) { |
| 398 | char c = r & 0xff; |
| 399 | return std::string(&c, 1); |
| 400 | } |
| 401 | |
| 402 | // Constructs Info for literal rune. |
| 403 | Prefilter::Info* Prefilter::Info::Literal(Rune r) { |
no outgoing calls
no test coverage detected