ICU-484 mbcs 3 - more efficient stage 1/2 indexing, truncate stage 1 for BMP-only codepages, compact stage 2

X-SVN-Rev: 3320
This commit is contained in:
Markus Scherer 2000-12-21 20:53:12 +00:00
parent 518b2e1a4a
commit 0556db591c

View File

@ -86,6 +86,10 @@ typedef struct UConverterMBCSTable {
uint8_t outputType, unicodeMask; uint8_t outputType, unicodeMask;
} UConverterMBCSTable; } UConverterMBCSTable;
enum {
MBCS_STAGE_2_MULTIPLIER=4
};
/** /**
* MBCS data structure as part of a .cnv file: * MBCS data structure as part of a .cnv file:
* *