ICU-1007 remove DecompData and ComposeData

X-SVN-Rev: 5615
This commit is contained in:
Markus Scherer 2001-08-30 00:00:06 +00:00
parent 974bfd3519
commit 95abeb91e1
6 changed files with 0 additions and 6035 deletions

View file

@ -104,10 +104,6 @@ SOURCE=.\chariter.cpp
# End Source File
# Begin Source File
SOURCE=.\compdata.cpp
# End Source File
# Begin Source File
SOURCE=.\convert.cpp
# End Source File
# Begin Source File
@ -124,10 +120,6 @@ SOURCE=.\cwchar.c
# End Source File
# Begin Source File
SOURCE=.\dcmpdata.cpp
# End Source File
# Begin Source File
SOURCE=.\digitlst.cpp
# End Source File
# Begin Source File
@ -406,10 +398,6 @@ SOURCE=.\cmemory.h
# End Source File
# Begin Source File
SOURCE=.\compdata.h
# End Source File
# Begin Source File
SOURCE=.\unicode\convert.h
!IF "$(CFG)" == "common - Win32 Release"
@ -449,10 +437,6 @@ SOURCE=.\cwchar.h
# End Source File
# Begin Source File
SOURCE=.\dcmpdata.h
# End Source File
# Begin Source File
SOURCE=.\digitlst.h
# End Source File
# Begin Source File

File diff suppressed because it is too large Load diff

View file

@ -1,59 +0,0 @@
/*
************************************************************************
* 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:59 PDT 2000
*/
#include "unicode/utypes.h"
#include "ucmp8.h"
#include "ucmp16.h"
struct ComposeData {
enum { BASE_COUNT = 748 };
enum { COMBINING_COUNT = 55 };
enum { MAX_COMPAT = 4341 };
enum { MAX_CANONICAL = 5199 };
enum { MAX_COMPOSED = 0xFB1D };
enum { MAX_INDEX = 8982 };
enum { INITIAL_JAMO_INDEX = 8983 };
enum { MEDIAL_JAMO_INDEX = 8984 };
enum { MAX_BASES = 1024 };
enum { MAX_COMBINE = 64 };
enum { TYPE_MASK = 0x7 };
enum { INDEX_SHIFT = 3 };
enum { IGNORE = 0 };
enum { BASE = 1 };
enum { NON_COMPOSING_COMBINING = 2 };
enum { COMBINING = 3 };
enum { INITIAL_JAMO = 4 };
enum { MEDIAL_JAMO = 5 };
enum { FINAL_JAMO = 6 };
enum { HANGUL = 7 };
static const uint16_t lookup_index[];
static const uint16_t lookup_values[];
static CompactShortArray _lookup;
static const CompactShortArray* lookup;
static const uint16_t actions_index[];
static const uint16_t actions_values[];
static CompactShortArray _actions;
static const CompactShortArray* actions;
static const uint16_t actionIndex[];
static const uint16_t replace[];
static const int32_t typeBit[];
};

File diff suppressed because it is too large Load diff

View file

@ -1,40 +0,0 @@
/*
************************************************************************
* 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"
#include "ucmp8.h"
#include "ucmp16.h"
struct DecompData {
enum { MAX_CANONICAL = 21754 };
enum { MAX_COMPAT = 11177 };
enum { DECOMP_MASK = 32767 };
enum { DECOMP_RECURSE = 32768 };
enum { BASE = 0 };
static const uint16_t offsets_index[];
static const uint16_t offsets_values[];
static CompactShortArray _offsets;
static const CompactShortArray* offsets;
static const uint16_t contents[];
static const uint16_t canonClass_index[];
static const uint8_t canonClass_values[];
static CompactByteArray _canonClass;
static const CompactByteArray* canonClass;
};

View file

@ -142,10 +142,6 @@ SOURCE=.\dcfmtsym.cpp
# End Source File
# Begin Source File
SOURCE=..\common\dcmpdata.cpp
# End Source File
# Begin Source File
SOURCE=.\decimfmt.cpp
# End Source File
# Begin Source File