scuffed-code/icu4c/source/common/dcmpdata.h

41 lines
1.1 KiB
C
Raw Normal View History

1999-08-16 21:50:52 +00:00
/*
************************************************************************
* Copyright (c) 1997-2000, International Business Machines
* Corporation and others. All Rights Reserved.
************************************************************************
* > THIS FILE WAS MACHINE GENERATED <
* > DO NOT EDIT BY HAND <
* > RUN TOOL TO REGENERATE <
* Tool: com.ibm.text.Normalizer
* Creation date: Tue Sep 19 10:02:47 PDT 2000
*/
#include "unicode/utypes.h"
1999-08-16 21:50:52 +00:00
#include "ucmp8.h"
#include "ucmp16.h"
struct DecompData {
enum { MAX_CANONICAL = 21754 };
enum { MAX_COMPAT = 11177 };
enum { DECOMP_MASK = 32767 };
enum { DECOMP_RECURSE = 32768 };
1999-08-16 21:50:52 +00:00
enum { BASE = 0 };
static const uint16_t offsets_index[];
1999-08-16 21:50:52 +00:00
static const uint16_t offsets_values[];
1999-08-16 21:50:52 +00:00
static CompactShortArray _offsets;
1999-08-16 21:50:52 +00:00
static const CompactShortArray* offsets;
static const uint16_t contents[];
1999-08-16 21:50:52 +00:00
static const uint16_t canonClass_index[];
1999-08-16 21:50:52 +00:00
static const uint8_t canonClass_values[];
1999-08-16 21:50:52 +00:00
static CompactByteArray _canonClass;
static const CompactByteArray* canonClass;
1999-08-16 21:50:52 +00:00
};