Home
last modified time | relevance | path

Searched refs:lookupIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
DObserverList.java170 int lookupIndex = mIndex; in hasNext() local
171 while (lookupIndex < mListEndMarker && in hasNext()
172 ObserverList.this.getObserverAt(lookupIndex) == null) { in hasNext()
173 lookupIndex++; in hasNext()
175 if (lookupIndex < mListEndMarker) return true; in hasNext()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1651 int lookupIndex = 1; // start off with anything other than zero to make correction work in int2alphaCount() local
1687 ((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() local
1806 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 …]
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh475 { return lookupIndex.len; } in get_lookup_count()
477 { return lookupIndex[i]; } in get_lookup_index()
481 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } in get_lookup_indexes()
489 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()
534 IndexArray lookupIndex; /* Array of LookupList indices */ member
536 DEFINE_SIZE_ARRAY (4, lookupIndex);
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh475 { return lookupIndex.len; } in get_lookup_count()
477 { return lookupIndex[i]; } in get_lookup_index()
481 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); } in get_lookup_indexes()
489 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()
534 IndexArray lookupIndex; /* Array of LookupList indices */ member
536 DEFINE_SIZE_ARRAY (4, lookupIndex);