Home | History | Annotate | Download | only in common

Lines Matching refs:indexes

160     int32_t indexes[DictionaryData::IX_COUNT];
183 if (length < (int32_t)(sizeof(indexes))) {
191 indexes[i] = udata_readInt32(ds, inIndexes[i]);
194 size = indexes[DictionaryData::IX_TOTAL_SIZE];
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
209 offset = (int32_t)sizeof(indexes);
210 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];