Home | History | Annotate | Download | only in dist

Lines Matching full:integer

67   MatchesCount: integer;

71 SourceLen: integer;
75 ErrorPos : integer;
76 RunTimeOptions: Integer; // options which can be set by the caller
77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
81 function MatchSub(ANom: integer; var Pos, Len : longint) : boolean; virtual;
83 function GetSubStr(ANom: integer; AStr: Pchar) : string; virtual;
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
258 // DefaultOptions : integer = 0;
280 callout_number : integer;
284 capture_last : integer;
287 pattern_position, next_item_length : integer;
295 function pcre_malloc( size : integer ) : pointer;
298 const pcre_stack_malloc: function ( size : integer ): pointer = pcre_malloc;
300 function pcre_callout(var p : ppcre_callout_block) : integer;
315 TMatchArray = array[0..( MAX_MATCHES * 3 )] of integer;
319 MaxRegExp : integer;
322 constructor Init(AMaxRegExp:integer);
324 function Compare(P1, P2: Pointer): Integer; virtual;
337 function pcre_compile( const pattern : PChar; options : integer;
338 var errorptr : PChar; var erroroffset : integer;
341 function pcre_compile2( const pattern : PChar; options : integer;
342 var errorcodeptr : Integer;
343 var errorptr : PChar; var erroroffset : integer;
347 function pcre_config( what : integer; where : pointer) : integer; external;
350 var ovector : integer;
351 stringcount : integer;
354 size : integer) : integer; external;
355 function pcre_copy_substring( const subject : pchar; var ovector : integer;
356 stringcount, stringnumber : integer;
357 var buffer : pchar; size : integer )
358 : integer; external;
366 length, start_offset, options : integer;
368 offsetcount : integer ) : integer; external;
373 length, start_offset, options : integer;
375 offsetcount : integer;
377 wscount : integer ) : integer; external;
384 what : integer;
385 where : pointer ) : integer; external;
388 var ovector : integer;
389 stringcount : integer;
391 var stringptr : pchar ) : integer; external;
393 const stringname : pchar ) : integer; external;
397 lastptr : pchar ) : integer; external;
398 function pcre_get_substring( const subject : pchar; var ovector : integer;
399 stringcount, stringnumber : integer;
400 var stringptr : pchar ) : integer; external;
401 function pcre_get_substring_list( const subject : pchar; var ovector : integer;
402 stringcount : integer;
403 listptr : pointer {const char ***listptr}) : integer; external;
405 var optptr : integer;
406 var first_byte : integer ) : integer; external;
411 adjust : integer ) : pchar; external;
414 options : integer;
420 function pcre_malloc( size : integer ) : pointer;
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
515 var Options: Integer;
538 var Options: Integer;
550 function TpcRegExp.MatchSub(ANom:integer; var Pos,Len:longint):boolean;
568 function TpcRegExp.GetSubStr(ANom: integer; AStr: Pchar):string;
604 ANom: integer;
686 constructor TRegExpCollection.Init(AMaxRegExp: integer);
701 function TRegExpCollection.Compare(P1, P2: Pointer): Integer;
737 var I : integer;
768 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
777 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
832 var Options : Integer;