Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp199 stage3NullLength, stage3AllocLength; in MBCSStartMappings() local
275 stage3AllocLength=128; /* ASCII U+0000..U+007f */ in MBCSStartMappings()
293 for(i=0; i<(stage3AllocLength/MBCS_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
299 for(i=0; i<(stage3AllocLength/MBCS_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
306 for(i=0; i<(stage3AllocLength/MBCS_UTF8_STAGE_3_BLOCK_SIZE); ++i) { in MBCSStartMappings()
316 … mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */ in MBCSStartMappings()