Home | History | Annotate | Download | only in src

Lines Matching refs:dash

464   const char* const dash = strchr(p, '-');
467 if (dash == NULL) {
471 positive = String(p, dash - p); // Everything up to the dash
472 negative = String(dash+1); // Everything after the dash