home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / common / dcmpdata.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-04  |  1.2 KB  |  45 lines

  1. /*
  2.  * @(#)$RCSFile$ $Revision: 1.2 $ $Date: 1999/09/03 22:08:46 $
  3.  *
  4.  * (C) Copyright IBM Corp. 1997-1998 - All Rights Reserved
  5.  *
  6.  * The program is provided 'as is' without any warranty express or
  7.  * implied, including the warranty of non-infringement and the implied
  8.  * warranties of merchantibility and fitness for a particular purpose.
  9.  * IBM will not be liable for any damages suffered by you as a result
  10.  * of using the Program. In no event will IBM be liable for any
  11.  * special, indirect or consequential damages or lost profits even if
  12.  * IBM has been advised of the possibility of their occurrence. IBM
  13.  * will not be liable for any third party claims against you.
  14.  *
  15.  * This class is MACHINE GENERATED.  Run NormalizerBuilder to regenerate.
  16.  */
  17.  
  18.  
  19. #include "utypes.h"
  20. #include "ucmp8.h"
  21. #include "ucmp16.h"
  22.  
  23. struct DecompData {
  24.     enum { MAX_CANONICAL = 21658 };
  25.     enum { MAX_COMPAT = 11153 };
  26.     enum { BASE = 0 };
  27.  
  28.     static const UChar offsets_index[];
  29.  
  30.     static const UChar offsets_values[];
  31.  
  32.     static const CompactShortArray* offsets;
  33.  
  34.     static const UChar contents[];
  35.  
  36.     static const UChar canonClass_index[];
  37.  
  38.     static const int8_t canonClass_values[];
  39.  
  40.     static CompactByteArray *canonClass;
  41. };
  42.  
  43.  
  44.  
  45.