Home
last modified time | relevance | path

Searched refs:stage3AllocLength (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/tools/makeconv/
Dgenmbcs.c192 stage3NullLength, stage3AllocLength; in MBCSStartMappings() local
268 stage3AllocLength=128; /* ASCII U+0000..U+007f */ in MBCSStartMappings()
286 for(i=0; i<(stage3AllocLength/MBCS_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
292 for(i=0; i<(stage3AllocLength/MBCS_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
299 for(i=0; i<(stage3AllocLength/MBCS_UTF8_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
309 … mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */ in MBCSStartMappings()