1999-08-16 21:50:52 +00:00
|
|
|
/*
|
2000-07-12 22:02:37 +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
|
2000-09-19 17:07:42 +00:00
|
|
|
* Creation date: Tue Sep 19 10:02:47 PDT 2000
|
2000-07-12 22:02:37 +00:00
|
|
|
*/
|
1999-12-28 23:39:02 +00:00
|
|
|
#include "unicode/utypes.h"
|
1999-08-16 21:50:52 +00:00
|
|
|
#include "ucmp8.h"
|
|
|
|
#include "ucmp16.h"
|
|
|
|
|
|
|
|
struct DecompData {
|
2000-07-12 22:02:37 +00:00
|
|
|
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 };
|
|
|
|
|
2000-03-28 00:36:06 +00:00
|
|
|
static const uint16_t offsets_index[];
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-03-28 00:36:06 +00:00
|
|
|
static const uint16_t offsets_values[];
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-09-19 17:07:42 +00:00
|
|
|
static CompactShortArray _offsets;
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
static const CompactShortArray* offsets;
|
|
|
|
|
2000-07-12 22:02:37 +00:00
|
|
|
static const uint16_t contents[];
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-03-28 00:36:06 +00:00
|
|
|
static const uint16_t canonClass_index[];
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-08-11 17:31:09 +00:00
|
|
|
static const uint8_t canonClass_values[];
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-09-19 17:07:42 +00:00
|
|
|
static CompactByteArray _canonClass;
|
|
|
|
|
2000-07-12 22:02:37 +00:00
|
|
|
static const CompactByteArray* canonClass;
|
1999-08-16 21:50:52 +00:00
|
|
|
};
|