Lines Matching refs:lookupIndex
1218 for lookupIndex, item in enumerate(value):
1219 if str(lookupIndex) in debugData:
1220 info = LookupDebugInfo(*debugData[str(lookupIndex)])
1231 [("index", lookupIndex)])
1474 lookupIndex = overflowRecord.LookupListIndex
1476 lookupIndex = lookupIndex - 1
1477 if lookupIndex < 0:
1485 lookup = lookups[lookupIndex]
1488 lookupIndex = lookupIndex -1
1489 if lookupIndex < 0:
1491 lookup = lookups[lookupIndex]