Searched refs:entry_idx (Results 1 – 2 of 2) sorted by relevance
638 final int entry_idx = get_entry_id(resid); in FindEntry() local673 int local_entry_idx = entry_idx; in FindEntry()1452 int entry_idx = get_entry_id(attr_resid); in ApplyStyle() local1472 type.entries = new ThemeEntry[entry_idx + 1]; in ApplyStyle()1473 type.entry_count = entry_idx + 1; in ApplyStyle()1474 } else if (entry_idx >= type.entry_count) { in ApplyStyle()1477 int new_count = entry_idx + 1; in ApplyStyle()1493 ThemeEntry entry = last_type.entries[entry_idx]; in ApplyStyle()1495 entry = last_type.entries[entry_idx] = new ThemeEntry(); in ApplyStyle()1534 int entry_idx = get_entry_id(resid); in GetAttribute() local[all …]
519 for (int entry_idx = 0; entry_idx < entry_count; entry_idx++) { in FindEntryByName()525 int offset = dtohl(type.entryOffset(entry_idx)); in FindEntryByName()536 … return make_resid((byte) 0x00, (byte) (type_idx + type_id_offset_ + 1), (short) entry_idx); in FindEntryByName()