Searched refs:strIdx (Results 1 – 3 of 3) sorted by relevance
371 int strIdx = c.getColumnIndexOrThrow("str"); in testCopyString() local377 c.copyStringToBuffer(strIdx, buf); in testCopyString()385 c.copyStringToBuffer(strIdx, buf); in testCopyString()393 c.copyStringToBuffer(strIdx, buf); in testCopyString()394 compareTo = c.getString(strIdx); in testCopyString()
1406 size_t strIdx = indices->itemAt(j); in collect_attr_strings() local1407 if (strIdx >= NR) { in collect_attr_strings()1410 idx = strIdx; in collect_attr_strings()1416 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()1417 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()