Home | History | Annotate | Download | only in aapt

Lines Matching refs:indices

181         ent.indices.add(pos);
300 newEntries.editItemAt(newOffset).indices.clear();
306 // Update the indices to include this new position.
307 newEntries.editItemAt(newOffset).indices.add(i);
340 mValues.add(ent.value, ent.indices[0]);
568 const Vector<size_t>* indices = offsetsForString(val);
569 ssize_t res = indices != NULL && indices->size() > 0 ? indices->itemAt(0) : -1;
581 return &mEntries[mEntryArray[pos]].indices;