Unit 'lr_hyphen' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lz_report]

HyphenDict

Declaration

Source position: lr_hyphen.pas line 66

type HyphenDict = record

  lhmin: char;

  

  rhmin: char;

  

  clhmin: char;

  

  crhmin: char;

  

  num_states: Integer;

  

  cset: array [0..MAX_NAME-1] of char;

  

  utf8: Integer;

  

  states: PHyphenState;

  

  nextlevel: PHyphenDict;

  

end;



CT Web help

CodeTyphon Studio