Searched refs:lookupIndex (Results 1 – 3 of 3) sorted by relevance
1651 int lookupIndex = 1; // start off with anything other than zero to make correction work in int2alphaCount() local1687 ((lookupIndex == 0) || (correction != 0 && lookupIndex == radix - 1)) in int2alphaCount()1691 lookupIndex = (int)(val + correction) % radix; in int2alphaCount()1697 if (lookupIndex == 0 && val == 0) in int2alphaCount()1701 buf[charPos--] = table[lookupIndex]; // left to right or top to bottom in int2alphaCount()1733 int lookupIndex = 1; // start off with anything other than zero to make correction work in tradAlphaCount() local1806 lookupIndex = 1; // initialize for each table in tradAlphaCount()1828 lookupIndex = (int)mult / groups.getInt(k); in tradAlphaCount()1831 if (lookupIndex == 0 && mult == 0) in tradAlphaCount()1838 if (lookupIndex < table.length) in tradAlphaCount()[all …]
1199 lookupIndex = overflowRecord.LookupListIndex1201 lookupIndex = lookupIndex - 11202 if lookupIndex < 0:1210 lookup = lookups[lookupIndex]1213 lookupIndex = lookupIndex -11214 if lookupIndex < 0:1216 lookup = lookups[lookupIndex]
547 { return lookupIndex.len; } in get_lookup_count()549 { return lookupIndex[i]; } in get_lookup_index()553 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } in get_lookup_indexes()555 { lookupIndex.add_indexes_to (lookup_indexes); } in add_lookup_indexes_to()573 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()618 IndexArray lookupIndex; /* Array of LookupList indices */ member620 DEFINE_SIZE_ARRAY_SIZED (4, lookupIndex);