Searched refs:LengthInLongWords (Results 1 – 3 of 3) sorted by relevance
265 public int LengthInLongWords() { in LengthInLongWords() method in Antlr.Runtime.BitSet
313 public int LengthInLongWords() in LengthInLongWords() method in Antlr.Runtime.BitSet
464 function LengthInLongWords: Integer; in LengthInLongWords() function1753 function LengthInLongWords: Integer; virtual;3550 function TBitSet.LengthInLongWords: Integer; in LengthInLongWords() function3589 if (A.LengthInLongWords > Length(FBits)) then3590 SetLength(FBits,A.LengthInLongWords);3591 M := Min(Length(FBits), A.LengthInLongWords);