Searched refs:LastIndex (Results 1 – 5 of 5) sorted by relevance
101 i = strings.LastIndex(s, "_")
2619 property LastIndex: Integer read GetLastIndex write SetLastIndex; property6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
615 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount() local616 if (LastIndex <= Params in VerifyAttributeCount()617 || (LastIndex == (unsigned)~0 in VerifyAttributeCount()
4049 unsigned int LastIndex = SkipIvars.size()-1; in BuildIvarLayoutBitmap() local4051 SkipIvars[LastIndex].ivar_bytepos + SkipIvars[LastIndex].ivar_size; in BuildIvarLayoutBitmap()4052 LastIndex = IvarsInfo.size()-1; in BuildIvarLayoutBitmap()4054 IvarsInfo[LastIndex].ivar_bytepos + in BuildIvarLayoutBitmap()4055 IvarsInfo[LastIndex].ivar_size * WordSize; in BuildIvarLayoutBitmap()
31 unsigned LastIndex) { in AssignToArrayRange() argument33 for (unsigned I = FirstIndex; I <= LastIndex; ++I) { in AssignToArrayRange()