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