Home | History | Annotate | Download | only in aapt

Lines Matching refs:comma

620  * Returns true if needle is one of the elements in the comma-separated list
2702 const char* comma;
2708 comma = strchr(start, ',');
2709 if (comma != NULL) {
2710 config.setTo(start, comma - start);
2711 start = comma + 1;
2734 } while (comma != NULL);