Home | History | Annotate | Download | only in aapt

Lines Matching refs:comma

613  * Returns true if needle is one of the elements in the comma-separated list
2609 const char* comma;
2613 comma = strchr(start, ',');
2614 if (comma != NULL) {
2615 config.setTo(start, comma - start);
2616 start = comma + 1;
2641 } while (comma != NULL);