Searched refs:dash (Results 1 – 1 of 1) sorted by relevance
1971 const char* const dash = strchr(p, '-'); in FilterMatchesTest() local1974 if (dash == NULL) { in FilterMatchesTest()1978 positive = std::string(p, dash); // Everything up to the dash in FilterMatchesTest()1979 negative = std::string(dash + 1); // Everything after the dash in FilterMatchesTest()