Lines Matching full:comma
2363 const char* comma;2367 comma = strchr(start, ',');2368 if (comma != NULL) {2369 config.setTo(start, comma - start);2370 start = comma + 1;2395 } while (comma != NULL);