Searched defs:comma (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp620 * Returns true if needle is one of the elements in the comma-separated list
2702 const char* comma; local
2708 comma = strchr(start, ',');
2709 if (comma != NULL) {
2710 config.setTo(start, comma - start);
2711 start = comma + 1;
2734 } while (comma != NULL);

Completed in 578 milliseconds