| 768 | } |
| 769 | |
| 770 | static bool IsWildcard(Rune character) { |
| 771 | return character == '*' || character == '?'; |
| 772 | } |
| 773 | |
| 774 | // Move the strings pointers to the point where they start to differ. |
| 775 | template <typename CHAR, typename NEXT> |
no outgoing calls
no test coverage detected