Searched refs:strIdx (Results 1 – 3 of 3) sorted by relevance
341 int strIdx = c.getColumnIndexOrThrow("str"); in testCopyString() local347 c.copyStringToBuffer(strIdx, buf); in testCopyString()355 c.copyStringToBuffer(strIdx, buf); in testCopyString()363 c.copyStringToBuffer(strIdx, buf); in testCopyString()364 compareTo = c.getString(strIdx); in testCopyString()
1409 size_t strIdx = indices->itemAt(j); in collect_attr_strings() local1410 if (strIdx >= NR) { in collect_attr_strings()1413 idx = strIdx; in collect_attr_strings()1419 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()1420 idx = strIdx; in collect_attr_strings()
490 int strIdx; in validateAttr() local491 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) { in validateAttr()499 pool = table.getTableStringBlock(strIdx); in validateAttr()505 specFlags, strIdx, str != NULL ? String8(str).string() : "???"); in validateAttr()