Lines Matching refs:keys16
602 const uint16_t *keys16 = NULL; in getTable() local
611 keys16 = (const uint16_t *)(getData().pRoot+offset); in getTable()
612 length = *keys16++; in getTable()
613 items32 = (const Resource *)(keys16+length+(~length&1)); in getTable()
617 keys16 = getData().p16BitUnits+offset; in getTable()
618 length = *keys16++; in getTable()
619 items16 = keys16 + length; in getTable()
632 return ResourceTable(keys16, keys32, items16, items32, length, fTraceInfo); in getTable()
824 if (keys16 != nullptr) { in getKeyAndValue()
825 key = RES_GET_KEY16(&rdValue.getData(), keys16[i]); in getKeyAndValue()
849 if (keys16 != nullptr) { in findValue()
850 i = _res_findTableItem(&rdValue.getData(), keys16, length, key, &realKey); in findValue()