Searched refs:startIdx (Results 1 – 1 of 1) sorted by relevance
1016 ssize_t startIdx = block.indexOfAttribute(NULL, "start"); in compileResourceFile() local1017 if (startIdx >= 0) { in compileResourceFile()1018 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile()1022 String8(block.getAttributeStringValue(startIdx, &len)).string()); in compileResourceFile()