Home
last modified time | relevance | path

Searched refs:LengthInLongWords (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs265 public int LengthInLongWords() { in LengthInLongWords() method in Antlr.Runtime.BitSet
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs313 public int LengthInLongWords() in LengthInLongWords() method in Antlr.Runtime.BitSet
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas464 function LengthInLongWords: Integer; in LengthInLongWords() function
1753 function LengthInLongWords: Integer; virtual;
3550 function TBitSet.LengthInLongWords: Integer; in LengthInLongWords() function
3589 if (A.LengthInLongWords > Length(FBits)) then
3590 SetLength(FBits,A.LengthInLongWords);
3591 M := Min(Length(FBits), A.LengthInLongWords);