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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp613 * Returns true if needle is one of the elements in the comma-separated list
2609 const char* comma; local
2613 comma = strchr(start, ',');
2614 if (comma != NULL) {
2615 config.setTo(start, comma - start);
2616 start = comma + 1;
2641 } while (comma != NULL);

Completed in 83 milliseconds