Home
last modified time | relevance | path

Searched defs:TF_Init (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/peazip/peazip-8.1.0.src/
H A Dtf_base.pas119 function TF_Init(const Key; KeyBits: word; var ctx: TTFContext): integer; in TF_Init() function
137 function TF_Init(var Key; KeyBits: word; var ctx: TTFContext): integer; in TF_Init() function
1041 function TF_Init({$ifdef CONST} const {$else} var {$endif} Key; KeyBits: word; var ctx: TTFContext)… in TF_Init() function
H A Dtf_intv.pas108 function TF_Init(const Key; KeyBits: word; var ctx: TTFContext): integer; in TF_Init() function
256 function TF_Init; external 'TF_DLL' name 'TF_Init'; in TF_Init() function
H A Dtf_intf.pas102 function TF_Init(const Key; KeyBits: word; var ctx: TTFContext): integer; in TF_Init() function