| 725 | } |
| 726 | |
| 727 | static bool IsWildcard(base_icu::UChar32 character) { |
| 728 | return character == '*' || character == '?'; |
| 729 | } |
| 730 | |
| 731 | // Move the strings pointers to the point where they start to differ. |
| 732 | template <typename CHAR, typename NEXT> |
no outgoing calls
no test coverage detected