HomeSort by relevance Sort by last modified time
    Searched refs:lookupIndex (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/android/java/src/org/chromium/base/
ObserverList.java 170 int lookupIndex = mIndex;
171 while (lookupIndex < mListEndMarker &&
172 ObserverList.this.getObserverAt(lookupIndex) == null) {
173 lookupIndex++;
175 if (lookupIndex < mListEndMarker) return true;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 475 { return lookupIndex.len; }
477 { return lookupIndex[i]; }
481 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
489 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
534 IndexArray lookupIndex; /* Array of LookupList indices */
536 DEFINE_SIZE_ARRAY (4, lookupIndex);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 475 { return lookupIndex.len; }
477 { return lookupIndex[i]; }
481 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
489 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
534 IndexArray lookupIndex; /* Array of LookupList indices */
536 DEFINE_SIZE_ARRAY (4, lookupIndex);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 387 int lookupIndex = -1;
405 lookupIndex = i;
492 if (lookupIndex != -1) {
495 row[lookupIndex] = Uri.encode(galDataRow.toPackedString());
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 245 milliseconds