Searched defs:stage3NullLength (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/makeconv/
H A Dgenmbcs.c192 stage3NullLength, stage3AllocLength; local
267 stage3NullLength=MBCS_UTF8_STAGE_3_BLOCK_SIZE;
285 sum=stage3NullLength;
291 sum=stage3NullLength/MBCS_STAGE_3_GRANULARITY;
298 sum=stage3NullLength;
309 mbcsData->stage3Top=(stage3NullLength+stage3AllocLength)*maxCharLength; /* ==sum*maxCharLength */

Completed in 20 milliseconds